-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
41 lines (41 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body oncontextmenu="return false">
<div class="section">
<div class="container">
<div class="content-section">
<div class="title">
<h1>About Us </h1>
</div>
<div class="content">
<h3>With the beautiful quotation " Stars can't shine without Darkness " 'I Would like to introduce Myself'</h3>
<p class="text">Hello, Everyone Myself Kumar Akash<span class="dots">...</span><span class="moreText"> I am from Dumka and Currently Purshing B.Tech From Dumka Engineering College.
</span></p>
<button class="readMoreBtn">Read More</button>
<script src="./main.js"></script>
<div class="button">
<a href="#">Follow On</a>
<a href="portfolio.html">Visit On</a>
</div>
</div>
<div class="social">
<a href="https://www.facebook.com/akashkeshri.new"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/AKASHKESHRI_1"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/akash_keshri.new/"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/kumar-akash-b95157111"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="image-section">
<img src="about.jpg">
</div>
</div>
</div>
</body>
</html>