-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraft.html
More file actions
187 lines (180 loc) · 8.76 KB
/
draft.html
File metadata and controls
187 lines (180 loc) · 8.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Christelle's Portfolio</title>
<!-- Google Icons link -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<!-- Google Fonts Link -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@100..900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Oswald:wght@200..700&display=swap" rel="stylesheet">
<!-- Bootstrap Framework Link -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<!-- Bootstrap Icon Link -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
<!-- Favicon imagine link -->
<link rel="icon" type="image/x-icon" href="./static/faviconLogo.ico" />
<!-- Link to Main Page Style Sheet -->
<link rel="stylesheet" type="text/css" href="./styles/header_footer.css" />
<link rel="stylesheet" type="text/css" href="./styles/new.css" />
<!-- <link rel="stylesheet" type="text/css" href="./styles/product.css" /> -->
<script>
// Hotjar Tracking Code for christellenkera.com
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:5068606,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9HCS6TGK27"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9HCS6TGK27');
</script>
</head>
<body>
<div class="container-fluid ">
<section class="row" id="page_header">
<div class="row align-items-end justify-content-center text-center">
<div class="col-auto" id="name_banner">
<div id="header_name">CHRISTELLE</div>
</div>
</div>
<div class="row align-items-center justify-content-center text-center" id="tabs">
<div class="col-auto" id="about_btn">
<a href="./index.html">ABOUT</a>
</div>
<div class="col-auto" id="product_btn">
<a href="./product.html">PRODUCT</a>
</div>
<!-- <div class="col-auto"id="coding_btn">
<a href="./coding.html">CODING</a>
</div> -->
<div class="col-auto"id="contact_btn">
<a href="./contact.html">CONTACT</a>
</div>
</div>
</section>
<section class="row align-items-center justify-content-center text-center" id="title_section">
<div class="col-auto" id="titles">
<p class="m-0 py-4" id="title_name">Christelle Nkera</p>
<!-- <p class="m-0" id="title_position">Product and Tech Strategist | SaaS, Data, Automation | B2B and B2C Business Communicator</p> -->
<p class="m-0" id="title_position">PRODUCT AND TECH STRATEGIST</p>
</div>
</section>
<section class="row" id="bio_section">
<div class="row align-items-center justify-content-center text-center" id="bio_title">
<div class="col-auto">
<p>About</p>
</div>
</div>
<div class="row justify-content-center" id="bio_para">
<!-- <div class="row align-items-end justify-content-center text-center" id="bio_title">
<div class="col-auto">
<p>About</p>
</div>
</div> -->
<div class="row align-items-top justify-content-center">
<div class="col-lg-5 col-md-7 col-sm-10">
<p>
I'm a <b>Product Manager</b> with a foundation in business analytics and experience driving
SaaS, data, AI, and automation solutions across B2B and B2C. Skilled in Agile and cross-functional collaboration,
I focus on turning complex problems into simple, customer-centered products. I’m passionate about building
technology that empowers people, leverages AI to drive innovation, and delivers meaningful impact.
</p>
<br>
<p>
My journey across Data, Product, and Automation has given me a well rounded, cross-functional business perspective.
I originally started my career in Data Analytics, driving revenue and customer acquisition before evolving my skill set and expertise in data.
</p>
<br>
<p>
You're welcome to view my portfolio below, check out some of my projects (more coming soon!) or reach out for a virtual coffee chat.
</p>
</div>
</div>
<!-- <div class="row align-items-top justify-content-center text-center" id="bio_btn">
<div class="col-auto">
<a href="./product.html" id="portfolio_btn">VIEW PORTFOLIO</a>
</div>
</div> -->
</div>
<div class="row justify-content-center text-center" id="bio_btn">
<div class="col-auto">
<a href="./product.html" id="portfolio_btn">VIEW PORTFOLIO</a>
</div>
</div>
</section>
<section class="row text-center" id="connect">
<div class="row justify-content-center py-1">
<div class="col-auto">
<h3 id="connect-slogan-two">Let's Connect!</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2 col-sm-3 connect-option">
<a class="icon-link" href="mailto:nkerachristelle@gmail.com">
<i class="bi bi-envelope-fill iconSpacing" id="email_btn"></i>
</a>
<p>EMAIL</p>
<!-- <p class="gray">nkerachristelle@gmail.com</p> -->
</div>
<div class="col-md-2 col-sm-3 connect-option">
<a
class="icon-link"
href="https://www.linkedin.com/in/christelle-nkera/"
>
<i class="bi bi-linkedin iconSpacing" id="linkedin_btn"></i>
</a>
<p>LINKEDIN</p>
<!-- <p class="gray">linkedin.com/in/christelle-nkera/</p> -->
</div>
<div class="col-md-2 col-sm-3 connect-option">
<a class="icon-link" href="https://github.com/scnkera">
<i class="bi bi-github iconSpacing" id="github_btn"></i>
</a>
<p>GITHUB</p>
<!-- <p class="gray">github.com/scnkera</p> -->
</div>
</div>
</section>
<footer class="row text-center">
<h5>Copyright © 2025</h5>
</footer>
</div>
<script src="./script/scipt.js"></script>
<script src="./script/bootstrap.bundle.min.js"></script>
</body>
</html>