Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>[Your Name]'s Static Website</title>
<title>Tariq's Static Website</title>
</head>
<body>
<h1 class="title">[Your Name]</h1>
<h1 class="title">Tariq</h1>
<div class="subtitle">
Hi, I'm a <b>[Year]</b> at UMass Amherst interested in web dev and cloud!
Hi, I'm a <b>2014</b> at UMass Amherst interested in web dev and cloud!
</div>
<div class="break"></div>
<div class="break"></div>
Expand Down Expand Up @@ -42,20 +42,20 @@ <h1 class="title">[Your Name]</h1>

<div class="socials">
<h2>Find me at</h2>
<a href="https://github.com/{username}/" target="_blank">
<a href="https://github.com/tulamba786786/" target="_blank">
<i
class="fa fa-github socials-item"
style="font-size: 3rem; color: #ad5c51"
></i>
</a>
<a href="https://linkedin.com/in/{username}" target="_blank">
<a href="https://linkedin.com/in/tariq-bashir-ahmad-18513610" target="_blank">
<i
class="fa fa-linkedin socials-item"
style="font-size: 3rem; color: #0e76a8"
></i>
</a>
</div>
<footer>Made with &hearts; by [Your Name]</footer>
<footer>Made with &hearts; by Tariq Ahmad</footer>
</body>

<style>
Expand Down