-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGlenn.html
More file actions
97 lines (83 loc) · 3.96 KB
/
Glenn.html
File metadata and controls
97 lines (83 loc) · 3.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Website</title>
</head>
<body>
<title>My First Website</title>
<link rel="Stylesheet" type="text/css" href="styles.css">
<body>
<div class="container">
<header>
<div id="logo"><a href="B4EVA.html"><img src="logo.png" ></a>
<a href="HARBOUR.html"><img src="Harbour 1.jpg"></a>
</div>
<ul class="nav_menu">
<li><a href="Glenn html.html">HOME</a></li>
<li><a href="About.html">ABOUT ME</a></li>
<li><a href="Contact.html">CONTACT ME</a></li>
</ul>
<div class="clear"></div>
</header>
<section id="mainBody">
<div id="WelcomeDiv"><h2><u>Welcome To My Page</u></h2>
<p>Hello Welcome Into My Page, I Wish You Enjoy As You Continue Reading.
Please notify me if you liked my page.<br>
Thankyou </p>
</div>
<div id="Newsletter">
<form action="action_page.php" method="POST">
<input type="text" name="Name">
<br>
<input type="email" name="Email">
<br><br>
<input type="submit" name="Submit">
</form>
</div>
<div class="clear"></div>
<div id="leftDiv">
<a href="GLENN.html"><img src="Glenn.jpg"></a>
<p> My name is Glenn Tanze. I am a Cameroonian.<br>
I was born on the 04<sup>th</sup> of June 2004 by my lovely parents
HRH Tanze Thomas Ben and Mrs Azelefac Angelina.
I have five siblings.We live in our own house built by our parents at Akok-Ndoe II.
We fellowsip
at The Apostolic Church Cameroon <br>
<del>G4EVA</del> </p>
</div>
<div id="rightDiv">
<p> With my elder brother Bright<a href="BRIGHT.html"><img src="bright.jpeg"></a> who is a computer
engineer, who has always been my mentor on web building. Thankyou bro.<br>
By God's grace I wish to become a Web Designer.<br>
Thankyou for accessing into my website. <br><b><i>GOD BLESS YOU</i></b><br>
<del>B4EVA</del>
</p>
</div>
</section>
<div class="clear"></div>
</div>
<link rel="Stylesheet" type="text/css" href="card.css">
<div class="card">
<img src="Glenn.jpg">
<h1>Glenn Tanze</h1>
<h3 class="expertise_title">BEGINNER</h3>
<h4><u>FRONTEND DEVELOPMENT</u></h4>
<a href="#"><i class="fa fa-dribble.png"></i></a>
<a href="#"><i class="fa fa-twitter.png"></i></a>
<a href="#"><i class="fa fa-likedin.png"></i></a>
<a href="#"><i class="fa fa-facebook.png"></i></a>
<a href="Contact.html"><button><u>Contact</u></button></a>
</div>
<div class="clear"></div>
<br>
Secret message
<body>
<span style="color: white; background: white;">Hello dear developers</span>
</body>
<footer>Copyright reserved for Glenn Only</footer>
</body>
</body>
</html>
</html>