-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
74 lines (70 loc) · 2.62 KB
/
About.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
<!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>About</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!--navigation bar-->
<nav>
<div class="left-side"><a href="./index.html">Virgile</a></div>
<div class="right-side">
<a href="Home.html">Home</a>
<a href="About.html">About</a>
<a href="blogs.html">Blogs</a>
<a href="Skills.html">Skills</a>
<a href="portifolio.html">Portfolio</a>
<a href="Login.html">Login</a>
</div>
</nav>
<!--end of navigation bar-->
<div class="container">
<div class="about">
<!--MAIN HOME BODY-->
</div>
</div>
<div class="circleim">
<br>
</div>
<!--About VIRGILE LEFT PANEL-->
<div class="left-about">
<P>This is Ndayambaje Virgile and he is the Founder of this
blog which
gives you different
news and he is read to give more
about tech news.
</P>
</div>
<div class="right-about">
<h2 id="abouth2">About Us</h2>
<p>This is Web blog created for helping people to the
know the latest technology news all over the word it was
founded in
2022 by software engineer Ndayambaje virgile
adn it helps users to know more about latest technology and it will
continue to provide more if you want to know more
about this blog and how you can become a blogger or write for
this
website you can find the contact of admins and you can become
a blogger for this website. Lorem, ipsum dolor sit
amet consectetur adipisicing elit. Laborum quas impedit quia
porro. Fugiat suscipit ab veritatis, culpa ipsam laborum maiores officiis illo
, natus impedit praesentium aliquid, reprehenderit neque veniam.
this
website you can find the contact of admins and you can become
a blogger for this website. Lorem, ipsum dolor sit
amet consectetur adipisicing elit. Laborum quas impedit quia
porro. Fugiat suscipit ab veritatis, culpa ipsam laborum maiores officiis illo
, natus impedit praesentium aliquid, reprehenderit neque veniam.
</p>
</div>
</div>
</div>
<footer class="fixedfooter">
©VTECHNEWS 2023
</footer>
</body>
</html>