-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
64 lines (49 loc) · 2.14 KB
/
index1.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>Prince Agrahari</title>
<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>Prince Agrahari</mh1>
</header>
<P class="mb-5">You better lose yourself in the music, the moment
You own it, you better never let it go
You only get one shot, do not miss your chance to blow
This opportunity comes once in a lifetime</P>
<div class="tm-social-icons-container text-xs-center">
<a href="https://facebook.com/prince.agrahari.75873708" class="tm-social-link"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/PrinceMargaret_" class="tm-social-link"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/prince-agrahari-a3015b202/" class="tm-social-link"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="footer-link">
<p>Copyright © 2021 Quber
- Design: Prince Agrahari </p>
</div>
</div>
</body>
<script type="text/javascript" src="js/particles.js"></script>
<script type="text/javascript" src="js/app.js"></script></html>