-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
97 lines (89 loc) · 4.03 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="">
<meta name="viewport" content="width=device-with, inital-scale=1.0">
<title>CodeRed IT Community</title>
<link href="https://fonts.googleapis.com/css2?
familly=Montserrat:wght@00&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css2/style.css">
<link rel="stylesheet" href="css/style2.css">
</head>
<body>
<!-- Page header-->
<header class="page-head" style="background-image: url(../assets/img/bg_image_1.jpg);">
<bg-img class="bg-image"><img class="bg-image" src="img/bg_image_1.jpg"</bg-img>
<!-- Navigation bar-->
<div class="navbar" style="position: fixed; margin-top: 0;">
<div class="nav-items1">
<img class="c-logo" src="img/LG.png">
</div>
<div class="nav-items2">
<h4 class="c-name"> CodeRed IT Community Center</h4>
</div>
<div class="nav-items3">
<ul>
<li class="nav-link"><a href="#">Home</a></li>
<li class="nav-link"><a href="#">About</a></li>
<li class="nav-link"><a href="#">Portfolio</a></li>
<li class="nav-link"><a href="#">Blog</a></li>
<li class="nav-link"><a href="#">Contac</a></li>
</ul>
</div>
<div class="nav-items4">En</div>
</div>
<!--self introducton-->
<div class="about-me">
<div class="wlc" style="color: white; text-align: center;">welcome</div>
<h1 style="color: white; text-align: center;"> I'm <b style="color: red;"> Kodjo Mawuli</b> Agbla</div>
<div class="MA-WD"> <h4>Mobile App & Web Developer</h4></div>
</div>
<div class="mouce-ti">
<spam class="m-ti"></spam>
</div>
</header>
<!-- End of header-->
<!-- Page Section-->
<section class="section1">
<div class="img-component">
<div class="img-set">
<div class="img-shadow"></div>
<div class="frame"></div>
<div class="img">
<img src="img/mawu1.jpg">
</div>
</div>
</div>
<div class="personal-info">
<h1 class="f-name">Kodjo Mawuli Agbla</h1>
<h2 class="w-title" style="color: red;">App && Web Developer</h2>
<p>I'm a Full Stack developper. Coding is my hobby and I love playing around with the electronic gaget all the time. I can spend a whole day or full night in front of a monitor withouth getting tired. Anyway I do not know about other coders but for me, it's realy funy to code.</p>
<ul>
<li>
<b>From:</b>
<spam>Hohoe-Ghana</spam>
</li>
<li>
<b>Lives In:</b>
<spam>Hohoe Ghana</spam>
</li>
<li>
<b>Age:</b>
<spam>23</spam>
</li>
<li>
<b>Gender:</b>
<spam>Male</spam>
</li>
</ul>
<a class="a" href="#"><div class="resume">check out my resume</div></a>
</div>
<br><br><br><br><br><br><br><br>
</section>
<!-- End of section-->
<!-- Page footer-->
<footer>
</footer>
</body>
</html>