-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (90 loc) · 5.52 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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>Document</title>
<link href="../Style/index.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
</head>
<body style="background-color: black;height: 600px;">
<div class="container">
<div class="nav_section">
<nav class="navbar navbar-expand-lg ">
<div class="container-fluid">
<a class="navbar-brand" href="#">Abhay</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="text-white fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="../Skills/index.html">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="../Resume/index.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="../contact-form-16/index.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!--Content and Img Section-->
<div class="hero_section">
<div class="container">
<div style="display: flex;margin-top: 15%;" >
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<h3 style="color: white;">Hello!</h3>
<h1 style="color: white;">I<span>'</span>m Abhay Khurana</h1>
<h2 style="color: white;">Your Friendly Neighbourhood Developer.</h2>
<p>I am a Software Engineer who have Intrest in Web Development Spectrum and Currently Working on the Path to Enrich My Development and Problem Solving Skills.</p>
</div>
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<center>
<img id="img1" src="../Images/freelancer.png">
<center>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<!---Particle Animation-->
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles-js', 'particles.json',
function(){
console.log('particles.json loaded...')
})
</script>
<script src="../Js/app.js"></script>
<script src="../Js/particles.js"></script>
<div class="footer-basic">
<footer>
<div class="social"><a href="https://www.linkedin.com/in/abhay-khurana-6405b9181/"><i class="icon ion-social-linkedin"></i></a><a href="https://www.instagram.com/abhaykhurana_/"><i class="icon ion-social-instagram"></i></a><a href="https://github.com/abhaykhurana1999"><i class="icon ion-social-github"></i></a><a href="https://www.facebook.com/abhay.khurana.3701/"><i class="icon ion-social-facebook"></i></a></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="../Skills/index.html">Skills</a></li>
<li class="list-inline-item"><a href="../Resume/index.html">Resume</a></li>
<li class="list-inline-item"><a href="../contact-form-16/index.html">Contact</a></li>
</ul>
<p class="copyright">Abhay Khurana © 2021</p>
</footer>
</div>
</body>
</html>