-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (85 loc) · 4.01 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ritvik Irigireddy</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/text.css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</head>
<body>
<!-- Particles.js div -->
<div id="particles-js"></div>
<section id="header" style="background-color: #FFFFFFCC">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-light bd-navbar container">
<a class="navbar-brand" href="#">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</section>
<section class="container">
<div class="main">
<div class="row">
<div class="col-lg-6 ">
<div class="body-text">
<div class="hey">
<img class="hi" src="./assets/hi.gif" alt="Hello">
<span class="hello"> Hey! My name is</span>
</div>
<h1 class="name">Ritvik Irigireddy</h1>
<!-- <h2>I'm a</h2> -->
<div class="text">
<p class="inline">I'm a</p>
<p class="inline">
<span class="word ">student</span>
<span class="word ">developer</span>
<span class="word ">creator</span>
</p>
</div>
<a href="about.html">
<button style="background-color:#3d4559;color:white;" type="button" class="btn"><span class="btn-custom">Learn More <i class="fas fa-arrow-right bounce"></i></span></button>
</a>
</div>
</div>
<div class="col-lg-6">
<div class="blok">
<img class="pic" src="https://avatars.githubusercontent.com/u/64945504?v=4" alt="Ritvik Irigireddy">
</div>
<div class="bloke">
<a href="https://github.com/ririgireddy" class="fab fa-github"></a>
<a href="https://www.linkedin.com/in/ritvikir/" class="fab fa-linkedin"></a>
<a href="https://www.instagram.com/ritvikir/" class="fab fa-instagram"></a>
</div>
</div>
</div>
</div>
</section>
<!-- <img class="hi" src="hi.gif"> -->
<!-- Import Particles.js and app.js files -->
<script src="./js/index.js"></script>
<script src="./js/particles.js">
</script>
<script src="./js/app.js">
</script>
</body>
</html>