-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (214 loc) · 9.2 KB
/
index.html
File metadata and controls
260 lines (214 loc) · 9.2 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dhanush Ananthkar</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js "></script>
<script src="href=https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://sethusenthil.com/Product-Sans/api/font.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<link href="Comp.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width">
</head>
<body class = "gfont">
<gfont>
<!--- NavBar -->
<nav class="navbar navbar-expand-md sticky-top">
<div class="container-fluid">
<h1 class="navbar-brand"> Dhanush Ananthkar </h1>
<!-- comment -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class= "nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class= "nav-item">
<a class="nav-link" href="#aboutme">About Me</a>
</li>
<li class= "nav-item">
<a class="nav-link" href="#skills">Skills and Achievements</a>
</li>
<li class= "nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class= "nav-item">
<a class="nav-link" href="#connect">Connect</a>
</li>
<li class= "nav-item">
<button id="darkmode" class="nav-link" onclick="document.body.style.backgroundColor = 'rgb(32,32,32)'; document.body.style.color = 'white';">Dark mode</button>
</li>
</ul>
</div>
</div>
</nav>
<!---Image Slider--->
<div id= "slides" class="carousel slide" data-ride= "carousel">
<ul class="carousel-indicators">
<li data-target = "#slides" data-slide-to="0" class="active"></li>
</ul>
<div class = "carousel-inner">
<div class="carousel-item active">
<img src="ChromWallpaper.jpg">
<div class="carousel-caption">
<h1 class="display-2"> Dhanush Ananthkar </h1>
<h3>SBHS 21' : Computer Programmer</h3>
<a href = "#aboutme"><button type="button" class="btn btn-primary btn-lg" >View About Me</button></a>
</div>
</div>
</div>
</div>
<!---Welcome-->
<br>
<br>
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4" id = "aboutme"> 👦🏽 About Me</h1>
</div>
<hr>
<div class="col-12">
<p class="lead">Hello, My
Name is Dhanush Ananthkar. I am a Sophomore at South Brunswick High School(SBHS).
I have a strong passion for Coding(WebDevelopment), Architecture, and Phone Analysis. I spend my time
playing Soccer, Swimming, and sometimes Basketball. One Day I wish to work for Google, and I also spend my time doing competitions that Google hosts.
</p>
</div>
</div>
</div>
<hr>
<!---Skills-->
<br>
<br>
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4" id = "skills"> ⫷⫸ Skills and Achievements</h1>
</div>
<hr>
<div class="col-12">
<p class="lead">Ok, now it's time for
you to know what I know. In Computer Progamming I know the Following languages....<br> - HTML, CSS,
JAVASCRIPT <br> - BootStrap <br> - Java <br> - A little bit of Python, Firebase. <br> I have attended 3
Hackatons. And have develop a Google Assitant Game (got a Google T-shirt and certificate). And Yeah, I
develop stuff at home and try to learn new things when I have time.
</p>
</div>
</div>
</div>
<!---Three Images-->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-code"></i>
<h3>HTML5</h3>
<p>Built with the lastest version of HTML5</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-bold"></i>
<h3>BOOTSTRAP</h3>
<p>Built with the lastest version of BOOTSTRAP4</p>
</div>
<div class="col-sm-12 col-md-4">
<i class="fab fa-css3"></i>
<h3>CSS3</h3>
<p>Built with the lastest version of CSS3</p>
</div>
</div>
<hr class="my-4">
</div>
<hr class="my-4">
<!--fixedBackground-->
<figure>
<div class="fixed-wrap">
<div id="fixed">
</div>
</div>
</figure>
<!-- Emoji Selection ?? Will not do. -->
<!-- Projects -->
<div class="container-fluid padding">
<div class="row welcomr text-center">
<div class="col-12">
<h1 class = "display-4" id = "projects"> ◨ Projects </h1>
</div>
<hr>
</div>
</div>
<hr>
<br>
<!-- Cards -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-md-4">
<div class="card">
<img class="card-img-top"src="TicTacToe.jpg">
<div class="card-body">
<h4 class="card-title">Tic-Tac-Toe</h4>
<p class="card-text">Fun Online TicTacToe game developed in Java. Can be played One or Two player.</p>
<a href="https://github.com/dhanush427/TicTacToe" class="btn btn-primary">Check it out</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top"src="Website.png">
<div class="card-body">
<h4 class="card-title">My Website</h4>
<p class="card-text">It's what your looking at right now! How is it?</p>
<a href="#" class="btn btn-primary">Check it out on GitHub.</a>
<a href="#" class="btn btn-primary">Reload it again.😄</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top"src="ComingSoon.jpg">
<div class="card-body">
<h4 class="card-title">Soon To Be Added...</h4>
<p class="card-text">Wait, and come back next time to see!</p>
<a href="https://github.com/dhanush427" class="btn btn-primary">Don't press this yet!</a>
</div>
</div>
</div>
</div>
<hr class="my4">
</div>
<!-- Connect -->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2 id = "connect"> @ Connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://www.instagram.com/dhanush_427/"><i class="fab fa-instagram"></i></a>
<a href="https://www.instagram.com/dhanush_427/"><i class="fab fa-google-plus-g"></i></a>
<a href="https://www.instagram.com/dhanush_427/"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h4>For Any Questions: Please Email me at "Dhanush427@gmail.com" or Please DM on Instagram</h4>
</div>
<div class="col-12">
<hr class="light">
<h5>© Dhanush Ananthkar 2018 </h5>
</div>
</div>
</div>
</footer>
<script src="homepageBootStrapJS.js"></script>
</gfont>
</body>
</html>