-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding.html
More file actions
136 lines (129 loc) · 5.67 KB
/
coding.html
File metadata and controls
136 lines (129 loc) · 5.67 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
<!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/coding.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 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>