-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (49 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Abdul Bhashith Portfolio</title>
<link rel="shortcut icon" type="image/jpg" href="img/profile.ico"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/demo.css" />
<link rel="stylesheet" href="css/Tstyle.css">
<script type="text/javascript" src="js/modernizr.custom.86080.js"></script>
</head>
<body>
<div id="particles-js"></div>
<ul class="cb-slideshow">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="container-fluid">
<div class="row cb-slideshow-text-container ">
<div class="tm-content col-xl-6 col-sm-8 col-xs-8 ml-auto section">
<header class="mb-5">
<h1>Abdul Bhashith</mh1>
</header>
<P class="mb-5">People lives don’t end when they die,
It ends when they loose faith
</P>
<div class="tm-social-icons-container text-xs-center">
<a href="https://www.instagram.com/bashith_boss/" class="tm-social-link"><i class="fa fa-instagram"></i></a>
<a href="https://www.twitter.com/protocol_trap" class="tm-social-link"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/abdul-bhashith" class="tm-social-link"><i class="fa fa-linkedin"></i></a>
<a href="https://www.github.com/AbdulBhashith" class="tm-social-link"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="footer-link">
<p><a href="mailto:[email protected]">E-mail Me</a></p> </p>
</div>
</div>
</body>
<script type="text/javascript" src="js/particles.js"></script>
<script type="text/javascript" src="js/app.js"></script></html>