-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122171482-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122171482-1');
</script>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Poor+Story|Anonymous+Pro|Cutive+Mono|Cabin+Sketch" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="shortcut icon" href="favicon.png">
<title>Home| Vikas Yadav</title>
</head>
<body>
<div id="particles-js"></div>
<header>
<div style="color:blue" id="bar"></div>
<h1 class="container heading">Welcome to my Website</h1>
<hr class="style-two">
<div class="bio">
<div class="thecontainer">
<p id="line1">Hi, I'm <strong>Vikas.</strong> I'm a <strong><span style="color:green" class="typed-text"></span><span class="cursor"> <span></strong></div></p>
<p id="line2"><b>Consider me a Computer Science Enthusiast who is very passionate about</b></p>
<p id="line3"><b><u>Technology, automation and Applied Sciences </u></b></p>
<p id="line4">("I believe that the best code is the code which you write only once.")</p>
<div>
<p id="line4"><strong>Software Engineer<strong> @<a href=""> <u>OneXtel Media Private Limited</u></a></p>
</div>
<p id="resume">you can find my resume here <a href="#"><i class="fas fa-file"></i></a></p>
<p id="enter">Click Below to Enter </p>
<a href="Firstpage.html" class="btn btn-info btn-lg btn-default" id="factor" role="button"><i class="fas fa-angle-double-down"></i></a>
<div id="quotebar"></div>
</div>
</header>
<script src="script.js" ></script>
<script src="js/particles.min.js" ></script>
<script src="js/app.js" ></script>
</body>
</html>