-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (308 loc) · 9.83 KB
/
index.html
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!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" />
<title>Cedric Manamela - Portfolio</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles/style.css" />
<script defer src="app.js"></script>
</head>
<body>
<!-- navbar -->
<header class="navbar">
<h1 class="logo">
<a href="#">C<span class="logo-full">edric</span> M</a>
</h1>
<div class="toggle-btn">
<span></span>
<span></span>
</div>
<ul class="links-container">
<li class="links-item">
<a href="#about-section" class="link">about</a>
</li>
<li class="links-item">
<a href="#skills-section" class="link">skills</a>
</li>
<li class="links-item">
<a href="#project-section" class="link">project</a>
</li>
<li class="links-item">
<a href="#work-section" class="link">Work</a>
</li>
<li class="links-item">
<a href="#contact-section" class="link">contact</a>
</li>
</ul>
</header>
<!-- home section -->
<section class="home">
<div class="hero-content">
<h1 class="hero-heading">
<span class="highlight">Hi there,</span> <br />
My name is Cedric
</h1>
<p class="profession">Software & DevOps Engineer</p>
<p class="info">I help build amazing mobile and web applications</p>
<div class="contact-link-container">
<a href="#contact-section" class="btn btn-md">Mail</a>
<a href="#contact-section" class="btn btn-md">LinkedIn</a>
<a href="#contact-section" class="btn btn-md">GitHub</a>
</div>
</div>
<div class="hero-img-container">
<img class="hero-img" src="assets/images/me.png" alt="hero image" />
</div>
</section>
<!-- about section -->
<section class="about" id="about-section">
<h2 class="heading">About Me</h2>
<p class="sub-heading">Lorem ipsum dolor sit amet consectetur.</p>
<div class="separator"></div>
<div class="about-me-container">
<div class="">
<p class="about-para">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus
totam quia numquam tempora nostrum earum similique enim laudantium
iusto. Quaerat illo numquam minus pariatur, cum qui ipsum sapiente,
atque optio voluptatibus necessitatibus, quis dolores veniam
delectus inventore beatae? Accusamus, illum! Non nam dolores
assumenda quibusdam repellat beatae quae eum atque sed, velit culpa,
at animi cumque suscipit. Ratione delectus dolores odit dicta ipsum
libero molestiae et reprehenderit sapiente earum. Alias aut
architecto quis, earum iusto beatae quibusdam maiores, rerum,
consequatur aliquid doloribus? Quas accusantium quidem eos ex,
aperiam recusandae. Veritatis?
</p>
<a href="#" class="btn">download cv</a>
</div>
</div>
</section>
<!-- skills section -->
<section class="skills" id="skills-section">
<h2 class="heading">Skills</h2>
<p class="sub-heading">
Below are some of the tech and tools I am currently working with or I
have work with in the past.
</p>
<div class="separator"></div>
<div class="skill-container">
<div class="skill-card">
<img
src="assets/icons/amazonaws.svg"
alt="developer"
class="skill-icon"
/>
<p>Amazon AWS</p>
</div>
<div class="skill-card">
<img
src="assets/icons/heroku.svg"
alt="developer"
class="skill-icon"
/>
<p>Heroku</p>
</div>
<div class="skill-card">
<img
src="assets/icons/amazonaws.svg"
alt="developer"
class="skill-icon"
/>
<p>Firebase</p>
</div>
<div class="skill-card">
<img
src="assets/icons/github.svg"
alt="developer"
class="skill-icon"
/>
<p>Github + Git</p>
</div>
<div class="skill-card">
<img
src="assets/icons/docker.svg"
alt="developer"
class="skill-icon"
/>
<p>Docker + DockerHub</p>
</div>
<div class="skill-card">
<img
src="assets/icons/javascript.svg"
alt="developer"
class="skill-icon"
/>
<p>JavaScript</p>
</div>
<div class="skill-card">
<img
src="assets/icons/node-dot-js.svg"
alt="developer"
class="skill-icon"
/>
<p>NodeJs</p>
</div>
<div class="skill-card">
<img
src="assets/icons/html5.svg"
alt="developer"
class="skill-icon"
/>
<p>HTML</p>
</div>
<div class="skill-card">
<img
src="assets/icons/react.svg"
alt="developer"
class="skill-icon"
/>
<p>ReactJS</p>
</div>
<div class="skill-card">
<img
src="assets/icons/redux.svg"
alt="developer"
class="skill-icon"
/>
<p>Redux</p>
</div>
<div class="skill-card">
<img src="assets/icons/css3.svg" alt="developer" class="skill-icon" />
<p>CSS + SASS</p>
</div>
<div class="skill-card">
<img
src="assets/icons/dot-net.svg"
alt="developer"
class="skill-icon"
/>
<p>.Net Core</p>
</div>
<div class="skill-card">
<img src="assets/icons/php.svg" alt="developer" class="skill-icon" />
<p>PHP</p>
</div>
<div class="skill-card">
<img
src="assets/icons/python.svg"
alt="developer"
class="skill-icon"
/>
<p>Python</p>
</div>
<div class="skill-card">
<img
src="assets/icons/postgresql.svg"
alt="developer"
class="skill-icon"
/>
<p>Postgres + MySQL</p>
</div>
<div class="skill-card">
<img
src="assets/icons/mongodb.svg"
alt="developer"
class="skill-icon"
/>
<p>MongoDB</p>
</div>
</div>
</section>
<!-- project section -->
<section class="project" id="project-section">
<h2 class="heading">Projects</h2>
<p class="sub-heading">
Here are some of the projects I have been working on.
</p>
<div class="separator"></div>
<div class="filters">
<button class="filter-btn active" id="all">all</button>
<button class="filter-btn" id="javascript">javaScript</button>
<button class="filter-btn" id="ui">ui/ux</button>
<button class="filter-btn" id="backend">backend</button>
<button class="filter-btn" id="fullstack">fullStack</button>
</div>
<div class="project-container"></div>
</section>
<!-- contact form -->
<section class="contact" id="contact-section">
<h2 class="heading">Contact Me</h2>
<p class="sub-heading">
Have a project for me, or just want to say hi?<br />
Feel free to email me at [email protected], check me on the
socials or use the form below
</p>
<div class="separator"></div>
<div class="social-links-container">
<a href="#" class="social-links">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
<a href="#" class="social-links">
<i class="fab fa-github-square"></i> GitHub
</a>
<a href="#" class="social-links">
<i class="fab fa-twitter-square"></i> Twitter
</a>
</div>
<div class="contact-form">
<div class="name">
<input
type="text"
class="first-name"
required
placeholder="first name"
/>
<input
type="text"
class="last-name"
required
placeholder="last name"
/>
</div>
<input type="email" required class="email" placeholder="email" />
<textarea class="message" placeholder="message" required></textarea>
<button class="btn contact-btn">contact</button>
</div>
</section>
<footer class="footer">
<p>Designed and Developed by Cedric Manamela</p>
<div>
<a href="#"><i class="fab fa-twitter-square"></i></a>
<a href="#"><i class="fab fa-github-square"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</footer>
</body>
</html>