-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
65 lines (59 loc) · 2.86 KB
/
test.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
<!DOCTYPE html>
<html>
<title>Portfolio Website | Aryan Gandhi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="Computer Engineering Student, University of British Columbia, Software Developer">
<meta name="description" content="Aryan Gandhi is a .....">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Raleway:300">
<!--Bootstrap.css-->
<link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--Scrolling NavBar-->
<link type="text/css" rel="stylesheet" href="assets/css/scrolling-nav.css">
<!--Custom Styling-->
<link type="text/css" rel="stylesheet" href="assets/css/style2.css">
<link type="text/css" rel="stylesheet" href="assets/css/reset.css">
<script type="text/javascript" src="assets/js/modernizer.js"></script>
</html>
<body id="page">
<section id="firstpage" class="landing-page">
<div class="column">
<div class="row">
<img src="https://static.wikia.nocookie.net/shipping/images/2/25/Sasuke_Uchiha.png/revision/latest?cb=20160422160842" alt="sasuke" style="border-radius: 50%; width: 100px;height: 40px;" class="center">
</div>
<div class="row">
<h1>Aryan Gandhi</h1>
</div>
<div class="row">
<h1>UBC CPEN</h1>
</div>
<div class="row">
<div class="column">
<a href="https://www.linkedin.com/in/aryan-gandhi-2b9725197/">
<img alt="LinkedIn" src="https://content.linkedin.com/content/dam/me/business/en-us/amp/brand-site/v2/bg/LI-Bug.svg.original.svg" style="width: 100px;height: 40px;" class="center">
</a>
</div>
<div class="column">
<a href="https://github.com/aryang13">
<img alt="GitHub" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" style="width: 100px;height: 40px;" class="center">
</a>
</div>
<div class="column">
<a href="https://www.instagram.com/aryan.g13/">
<img alt="Instagram" src="https://www.clipartmax.com/png/middle/137-1375168_instagram-logo-free-social-media-icons-flaticon-instagram-logo-png.png" style="width: 100px;height: 40px;" class="center">
</a>
</div>
</div>
</div>
<div class="column">
<div class="row">
<div class="typewriter">
<h1>Aryan Gandhi</h1>
</div>
</div>
<div class="row">
<a href="resume.html"><button>Resume</button></a>
</div>
</div>
</section>
</body>