-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (53 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Rakshit Maggon</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/icomoon-free.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
<link rel="shortcut icon" href="images/icon.png">
<style>
@media only screen and (max-width: 600px) {
.a{
width:80%;
}
.sed{
font-size: 12px;
}
}
</style>
</head>
<body>
<div id="particles-js">
<div class="main-content">
<br/><br/><br/>
<h1>Rakshit Maggon</h1>
<h2>Student at Vellore Institute of Technology </h2>
<h2>
Learner<br><br>
Front-end Web Developer<br><br>
Machine Learning Enthusiast
</h2>
<h3>Connect with me </h3>
<ul class="social">
<li><a href="https://github.com/rmaggon6"><i class="icon icon-github"></i></a></li>
<li><a href="mailTo:[email protected]" target="_blank"><i class="icon icon-envelop"></i></a></li>
<li><a href="https://www.facebook.com/rakshit.maggon.56" target="_blank"><i class="icon icon-facebook2"></i></a></li>
<li><a href="https://www.linkedin.com/in/rakshit-maggon-a56843185" target="_blank"><i class="icon icon-linkedin2"></i></a></li>
<li><a href="https://medium.com/@rakshitmaggon70" target="_blank"><i class="icon icon-blog"></i></a></li>
</ul>
</div>
<footer class="foot" >
Made with ❤️ by Rakshit Maggon
</footer>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>