Skip to content

Commit

Permalink
Changed Home Page
Browse files Browse the repository at this point in the history
  • Loading branch information
smruti-s committed Dec 21, 2023
1 parent f69d021 commit 316b9a8
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<html>
<head>
<title>Phantom by HTML5 UP</title>
<title>Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
Expand All @@ -21,9 +21,9 @@
<div class="inner">

<!-- Logo -->
<a href="index.html" class="logo">
<!-- <a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">Phantom</span>
</a>
</a> -->

<!-- Nav -->
<nav>
Expand Down Expand Up @@ -51,17 +51,19 @@ <h2>Menu</h2>
<div id="main">
<div class="inner">
<header>
<h1>This is Phantom, a free, fully responsive site<br />
template designed by <a href="http://html5up.net">HTML5 UP</a>.</h1>
<p>Etiam quis viverra lorem, in semper lorem. Sed nisl arcu euismod sit amet nisi euismod sed cursus arcu elementum ipsum arcu vivamus quis venenatis orci lorem ipsum et magna feugiat veroeros aliquam. Lorem ipsum dolor sit amet nullam dolore.</p>
<h1>Hi! I'm Smruti Suresh.<br/>
A roboticist in the making </h1>
<h2> Updates</h2>
<p> <b>December 2023: </b> I graduated with a Master's in Robotics from Northeastern University </p>
<p>Please excuse the incomplete menu items, this website is in the process of being edited!</p>
</header>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Magna</h2>
<h2>Academic Research</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
Expand All @@ -72,7 +74,7 @@ <h2>Magna</h2>
<img src="images/pic02.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Lorem</h2>
<h2>Industry Research</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
Expand All @@ -83,7 +85,7 @@ <h2>Lorem</h2>
<img src="images/pic03.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Feugiat</h2>
<h2>Coursework</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
Expand All @@ -94,18 +96,18 @@ <h2>Feugiat</h2>
<img src="images/pic04.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Tempus</h2>
<h2>Personal Projects</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
</a>
</article>
<article class="style5">
<!-- <article class="style5">
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<a href="generic.html">
<h2>Aliquam</h2>
<h2>CV</h2>
<div class="content">
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
Expand Down Expand Up @@ -187,7 +189,7 @@ <h2>Pretium</h2>
<p>Sed nisl arcu euismod sit amet nisi lorem etiam dolor veroeros et feugiat.</p>
</div>
</a>
</article>
</article> -->
</section>
</div>
</div>
Expand Down Expand Up @@ -217,14 +219,8 @@ <h2>Get in touch</h2>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="#" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands style2 fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon brands style2 fa-500px"><span class="label">500px</span></a></li>
<li><a href="#" class="icon solid style2 fa-phone"><span class="label">Phone</span></a></li>
<li><a href="#" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.linkedin.com/in/smruti-s-08/" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/smruti-s" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
<ul class="copyright">
Expand Down

0 comments on commit 316b9a8

Please sign in to comment.