-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shrivaths Shyam</title>
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<!-- Fav Icon -->
<link rel="icon" href="favicon.ico">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/ea8a7c0c54.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<!-- Boostrap jQuery code -->
<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>
<div class="top-container">
<img class="top-cloud" src="Images/cloud.png" alt="cloud-img">
<h1>I'm Shrivaths,</h1>
<h2><em>a Tech Geek.</em></h2>
<img class="bottom-cloud" src="Images/cloud.png" alt="cloud-img">
<img class="mountain" src="Images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="Images/shrivaths.jpg" alt="shrivaths-dp">
<h2>Hello there!</h2>
<p class="intro">I am an undergrad who likes to code and solve real life problems. I love football, cricket, tennis and anime and would gladly take part in such conversations.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="programming-pic" src="Images/programing.png" alt="computer-pic">
<h3>Programming Languages</h3>
<p>I taught myself to code during college and am handy in C/C++, C#, Python, HTML and CSS.</p>
</div>
<div class="skill-row">
<img class="laptop-pic" src="Images/laptop.png" alt="laptop-pic">
<h3>Tools And Technologies</h3>
<p>I am comfortable working in softwares like Unity3D, Unreal Engine, Cocos Creator and Visual Studio.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p>Want to have a convo on programming or sports? I'm here.</p>
<a type="button" class="btn btn-outline-dark btn-lg" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shrivaths-shyam" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
<a class="footer-link" href="https://github.com/shrivaths16/" target="_blank"><i class="fab fa-github fa-2x"></i></a>
<a class="footer-link" href="https://shrivaths16.github.io/curriculum_vitae/" target="_blank"><i class="fas fa-user-circle fa-2x"></i></a>
<p>© 2020 Shrivaths Shyam.</p>
</div>
</body>
</html>