-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (265 loc) · 9.29 KB
/
index.html
File metadata and controls
270 lines (265 loc) · 9.29 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap CSS Links here -->
<link rel="stylesheet" href="assets/css/style.css" />
<!-- Font Awesome Icons go here -->
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.css">
<!-- Google fonts -->
<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=Chakra+Petch:wght@500;600&display=swap"
rel="stylesheet"
/>
<!-- Title for the project -->
<title>Portfolio website</title>
</head>
<body class="bg-dark">
<nav class="navbar navbar-expand-lg bg-dark navbar-light nav">
<div class="container">
<a aria-label="Remmy" class="navbar-brand" href="index.html">
<img src="images/logo.png" class="w-50" alt="" />
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNav"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tech">TechStack</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-section">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- About info -->
<div class="container info" id="about">
<div class="row about">
<div class="col-md-8 about-info">
<h1 class="fw-bold my-5">
Nice to meet you <br />
I'm
<span class="border-bottom border-success border-4"
>Ssava Emma</span
>
</h1>
<p>
Based in Uganda, I'm a front-end developer passionate about
building accessible web apps that users love
</p>
<a href="#contact-section" class="border-bottom border-success py-2 border-3 my-5">
CONTACT ME
</a>
</div>
<div class="col-md-4 pt-5 profile">
<img src="images/new emma.png" alt="" />
</div>
</div>
<div class="line"></div>
</div>
<!-- Start of the tech stack section -->
<div class="container my-5 techStack" id="tech">
<div class="row">
<div class="col-lg-4 col-md-6">
<h2>HTML</h2>
<p>4 Years of Experience.</p>
</div>
<!-- Stack one -->
<div class="col-lg-4 col-md-6">
<h2>CSS</h2>
<p>4 Years of Experience.</p>
</div>
<!-- Stack three -->
<div class="col-lg-4 col-md-6">
<h2>JavaScript</h2>
<p>4 Years of Experience.</p>
</div>
<!-- Stack four -->
<div class="col-lg-4 col-md-6">
<h2>Accessbility</h2>
<p>4 Years of Experience.</p>
</div>
<!-- Stack five -->
<div class="col-lg-4 col-md-6">
<h2>React</h2>
<p>3 Years of Experience.</p>
</div>
<!-- Stack six -->
<div class="col-lg-4 col-md-6">
<h2>Sass</h2>
<p>4 Years of Experience.</p>
</div>
</div>
</div>
<!-- Projects -->
<section class="projects container" id="projects">
<div class="section_title d-flex justify-content-between">
<h1 class="fw-bold">Projects</h1>
<h5 class="border-bottom border-success border-2 py-1">Contact me</h5>
</div>
<div class="row my-5">
<figure class="col-md-6">
<a target="_blank" href="https://country-guide-app.pages.dev/" ></a>
<img
src="images/countries.png"
alt="image source"
/>
<figcaption class="my-3">
<h1 class="fs-5 fw-bold">COUNTRY GUIDE</h1>
<p class="fs-6">HTML CSS JavaScript</p>
</figcaption>
</figure>
<!-- Figure one -->
<figure class="col-md-6">
<img
src="https://img.freepik.com/free-psd/e-learning-landing-page-template-design_23-2149118530.jpg?w=2000"
alt=""
/>
<figcaption class="my-3">
<h1 class="fs-5 fw-bold">E-LEARNING LANDING PAGE</h1>
<p class="fs-6">HTML CSS</p>
</figcaption>
</figure>
<!-- Project two -->
<figure class="col-md-6">
<img
src="https://uizard.io/static/f12f8cba56dc4edf576aed59dca5360a/d9bdf/to-do-web-app-sticky-wall.png"
alt="Sticy wall project"
/>
<figcaption class="my-3">
<h1 class="fs-5 fw-bold">TODO WEB APP</h1>
<p class="fs-6">HTML CSS JAVASCRIPT</p>
</figcaption>
</figure>
<!-- Project three -->
<figure class="col-md-6">
<img
src="https://qualilogic.com/wp-content/uploads/2022/10/Entertainment-Websites-and-App-Ideas-QualiLogic.jpg"
alt=""
/>
<figcaption class="my-3">
<h1 class="fs-5 fw-bold">ENTERTAINMENT WEB APP</h1>
<p class="fs-6">HTML CSS JAVASCRIPT</p>
</figcaption>
</figure>
<!-- Project four -->
<figure class="col-md-6">
<img
src="https://cdn.dribbble.com/users/1186469/screenshots/5529091/media/dae15efb0210c59ddddf3c1509d5d539.png?compress=1&resize=400x300"
alt=""
/>
<figcaption class="my-3">
<h1 class="fs-5 fw-bold">MEMORY GAME</h1>
<p class="fs-6">HTML CSS JAVASCRIPT</p>
</figcaption>
</figure>
<!-- Project five -->
<figure class="col-md-6">
<img
src="https://csshint.com/wp-content/uploads/2020/06/Html-CSS-Gallery-3.gif"
alt=""
/>
<figcaption class="my-3">
<h1 class="fs-5 fw-bold">ART GALLERY SHOWCASE</h1>
<p class="fs-6">HTML CSS JAVASCRIPT</p>
</figcaption>
</figure>
</div>
</section>
<!-- Footer section -->
<footer class="w-100 pt-5" id="contact-section">
<div class="container">
<div class="row">
<div class="col-lg-5">
<h1 class="fw-bold">Contact</h1>
<p class="py-3 fs-6">
I would love to hear about your project and how I could help
you.Please fill in the form and I'll get back to you as soon as
possible.
</p>
</div>
<div class="col-lg-7">
<form class="w-75 w-100">
<label class="d-block">
NAME<input
class="d-block w-100 border-0 border-bottom"
type="text"
/>
</label>
<label class="d-block"
>Email
<input
class="d-block w-100 border-0 border-bottom"
type="email"
/></label>
<label class="d-block">
Message
<textarea
class="d-block w-100 border-0 border-bottom"
rows="1"
></textarea>
</label>
<h5
class="fw-bold fs-6 border-bottom border-success border-2 py-2 mt-3 float-end"
>
Send Message
</h5>
</form>
</div>
</div>
<!-- horizontal rule -->
<div class="line"></div>
<div class="navbar navbar-expand-sm navbar-light py-3">
<div class="container footer-nav">
<a aria-label="Remmy" class="navbar-brand" href="index.html">
<img src="images/logo.png" class="w-50" alt="" />
</a>
<ul class="navbar-nav ">
<li class="nav-item">
<a aria-label="About info" class="nav-link fa-brands fa-github d-flex align-items-center fs-3" aria-current="page" href="#about"></a>
</li>
<li class="nav-item">
<a aria-label="Tech Stack" class="nav-link fa-brands fa-twitter d-flex align-items-center fs-3" href="#tech"></a>
</li>
<li class="nav-item d-flex align-items-center fs-3">
<a
aria-label="projects" class="nav-link fa-brands fa-linkedin " href="#projects"></a>
</li>
<li class="nav-item ">
<a class="nav-link fs-5" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- horizontal rule -->
</footer>
<!-- Bootstrap JavaScript go here -->
<script src="assets/js/bootstrap.bundle.js"></script>
</body>
</html>