-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·64 lines (51 loc) · 2.76 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
<!DOCTYPE HTML>
<!-- Author : Yug Khanna, 14th August 2018 -->
<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">
<meta name="description" content="Portfolio Website of Yug Khanna">
<meta name="author" content="Yug Khanna">
<title>Yug Khanna</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
</head>
<body>
<div id="particles-js"></div>
<div class="container">
<div class="jumbotron">
<h1 style="color:#00a713">Yug Khanna</h1><br>
<p class="body-text-main">
<strong>Microsoft Student Partner</strong><br><br>
I am currently a student at <strong>The University of Waterloo</strong>, studying <strong>Computer Engineering Honors Co-op</strong>.
I have a deep passion for <strong>technology</strong> and <strong>problem solving</strong>. <br><br>
I have experience working with languages like <strong>C++</strong> and <strong>Python</strong>. I am highly experienced in working on
platforms like <strong>Amazon Web Services</strong> and <strong>Microsoft Azure</strong>.
I am a <strong>Deep Learning and Data Science Enthusiast</strong> and am always involved in experimenting with models
to gain understanding about different approaches to solve problems.
</p>
<br><br>
<a href="https://www.facebook.com/yug.khanna.7" class="fa fa-facebook"></a>
<a href="https://github.com/yugkhanna" class="fa fa-github"></a>
<a href="https://medium.com/@yugkhanna1" class="fa fa-medium"></a>
<a href="https://www.linkedin.com/in/yug-khanna-a54163b8/" class="fa fa-linkedin"></a>
<a href="mailto:[email protected]" class="fa fa-envelope"></a>
</div>
<!--
<div class="jumbotron links">
<p class="body-text"><a href="">Home</a></p>
<p class="body-text"><a href="">Projects</a></p>
<p class="body-text"><a href="">Resume</a></p>
</div>
</div> <!-- /container -->
-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/index.js"></script>
</body></html>