-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1007 Bytes
/
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
<HTML>
<head>
<title>Website Workshop</title>
<link rel="stylesheet" href="./CSS/index.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<!-- This is a comment -->
<div class="me">
<img class="profile-img" src="./Images/RonakFormal.jpg" />
<hr />
<h1 class="my-name">Ronak Shah</h1>
<p class="about-me">
I am a senior at the University of Houston.
</p>
<a href="./RonakShah_RESUME.pdf"
class="btn btn-secondary btn-lg active resume"
role="button">
Resume
</a>
<hr />
</div>
</body>
</HTML>