Update info, add resume.tex
This commit is contained in:
parent
ffb40c58fb
commit
5ee61954e6
4 changed files with 227 additions and 8 deletions
14
index.html
14
index.html
|
@ -3,13 +3,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Naman Sood - web developer</title>
|
||||
<meta name="description" content="Web developer and technology enthusiast who's never gonna give you up.">
|
||||
<title>Naman Sood</title>
|
||||
<meta name="description" content="Developer and technology enthusiast who's never gonna give you up. Computer Science student at the University of Waterloo.">
|
||||
<meta name="keywords" content="nsood, nfool, naman sood, nachloride, nsdcars5, namansood, namandoesnotpanic, tendstofortytwo">
|
||||
<meta property="og:url" content="https://nsood.in">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Naman Sood">
|
||||
<meta property="og:description" content="Web developer and technology enthusiast who's never gonna give you up.">
|
||||
<meta property="og:description" content="Developer and technology enthusiast who's never gonna give you up.">
|
||||
<meta property="og:image" content="https://nsood.in/screenshot.php">
|
||||
<meta name="twitter:creator" content="@tendstofortytwo">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Nunito:400,600,700">
|
||||
|
@ -21,7 +21,7 @@
|
|||
<canvas id="bg"></canvas>
|
||||
<div class="text-container">
|
||||
<h1>Hi, I’m Naman.</h1>
|
||||
<h3>I’m a<span class="age"> seventeen</span> year-old student and web developer from India, currently studying <em>computer science</em> at the <em>University of Waterloo</em>.</h3>
|
||||
<h3>I’m a<span class="age"> seventeen</span> year-old student and developer from India, currently studying <em>computer science</em> at the <em>University of Waterloo</em>.</h3>
|
||||
<h3>You can click to see my <a href="/resume.pdf">resume</a>, my web development <a href="#thegirlcode">portfolio</a>, and ways to <a href="#contact">contact</a> me.</h3>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -109,10 +109,10 @@
|
|||
<h3 class="type">Email</h3>
|
||||
<p class="detail">mail@nsood.in</p>
|
||||
</a>
|
||||
<a class="contact-method" href="https://facebook.com/nsood">
|
||||
<a class="contact-method" href="https://twitter.com/tendstofortytwo">
|
||||
<i class="fab fa-facebook-f"></i>
|
||||
<h3 class="type">Facebook</h3>
|
||||
<p class="detail">Naman Sood</p>
|
||||
<h3 class="type">Twitter</h3>
|
||||
<p class="detail">@tendstofortytwo</p>
|
||||
</a>
|
||||
<a class="contact-method" href="https://linkedin.com/in/namansood">
|
||||
<i class="fab fa-linkedin-in"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue