-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0b9eba
commit f0fd009
Showing
2 changed files
with
29 additions
and
36 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,21 +30,19 @@ <h1>Hi, I'm Marwa Shahid.</h1> | |
|
||
<!-- Header --> | ||
<header id="header"> | ||
<a href="index.html" class="logo">Massively</a> | ||
<a href="index.html" class="logo">Marwa Shahid</a> | ||
</header> | ||
|
||
<!-- Nav --> | ||
<nav id="nav"> | ||
<ul class="links"> | ||
<li class="active"><a href="index.html">Projects</a></li> | ||
<li><a href="generic.html">Generic Page</a></li> | ||
<li><a href="elements.html">Elements Reference</a></li> | ||
<!-- <li><a href="generic.html">Generic Page</a></li> | ||
<li><a href="elements.html">Elements Reference</a></li> --> | ||
</ul> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="https://www.github.com/marwashahid" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="https://medium.com/@marvashahid09" target="_blank" class="icon brands fa-medium"><span class="label">Medium</span></a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
@@ -70,22 +68,22 @@ <h2><a href="#">About me<br /></a></h2> | |
</header> | ||
<!-- <a href="#" class="image main"><img src="images/pic01.jpg" alt="" /></a> --> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button large">Connect with me</a></li> | ||
<li><a href="#footer" class="button large">Connect with me</a></li> | ||
</ul> | ||
</article> | ||
|
||
<!-- Posts --> | ||
<section class="posts"> | ||
<article> | ||
<header> | ||
<h2><a href="#">Data Cleaning<br /> | ||
<h2><a href="#">SQL Data Cleaning<br /> | ||
in SQL</a></h2> | ||
</header> | ||
<a href="#" class="image fit"><img src="images/housing.jpg" alt="" /></a> | ||
<p>In this project I took raw housing dataset from Kaggle and | ||
transformed it in SQL Server to make it more usable for analysis.</p> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button">View Project</a></li> | ||
<li><a href="https://github.com/marwashahid/Nashville_Housing_SQL_Data_Cleaning" class="button">View Project</a></li> | ||
</ul> | ||
</article> | ||
<article> | ||
|
@@ -98,7 +96,7 @@ <h2><a href="#">Movies Correlation<br /> | |
I used Python libraries : pandas, matplotlib , seaborn and numpy for this project. | ||
</p> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button">View Project</a></li> | ||
<li><a href="https://github.com/marwashahid/Movies-Correlation-project" class="button">View Project</a></li> | ||
</ul> | ||
</article> | ||
<article> | ||
|
@@ -109,7 +107,7 @@ <h2><a href="#">Covid-19<br /> | |
<a href="#" class="image fit"><img src="images/covid.jpg" alt="" /></a> | ||
<p>In this project I used SQL Server to explore global COVID 19 data. I took the dataset from Kaggle.</p> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button">View Project</a></li> | ||
<li><a href="https://github.com/marwashahid/Covid-_SQL-Data-Exploration-Portfolio-Project" class="button">View Project</a></li> | ||
</ul> | ||
</article> | ||
<article> | ||
|
@@ -120,7 +118,7 @@ <h2><a href="#">Tableau Dashboards<br /> | |
<a href="#" class="image fit"><img src="images/tableau.jpg" alt="" /></a> | ||
<p>Tableau Dashboards for project on COVID 19. I made various visualizations depending on the nature of the data to be visualiazed.</p> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button">View Project</a></li> | ||
<li><a href="https://public.tableau.com/app/profile/marwa.shahid/viz/CovidDashboard_17047957271040/Dashboard1" class="button">View Project</a></li> | ||
</ul> | ||
</article> | ||
<article> | ||
|
@@ -133,18 +131,18 @@ <h2><a href="#">Contact Book<br /> | |
It is implemented using Windows Forms and the Object Oriented Programming Principles of C++. | ||
While it is not my best one but I am quite proud of myself for pulling it off in my second semester.</p> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button">View Project</a></li> | ||
<li><a href="https://github.com/marwashahid/Contact-Book-Information-System" class="button">View Project</a></li> | ||
</ul> | ||
</article> | ||
<article> | ||
<header> | ||
<h2><a href="#">Augue lorem<br /> | ||
primis vestibulum</a></h2> | ||
<h2><a href="#">Snake Game<br /> | ||
using Assembly x86</a></h2> | ||
</header> | ||
<a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a> | ||
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p> | ||
<a href="#" class="image fit"><img src="images/snake.png" alt="" /></a> | ||
<p>The project uses Assembly x86 to create a Snake game. Food randomly appears on the screen and the size of the snake and the score increases when it eats the food. Similarly, hurdles appear randomly on the screen and the snake dies when it hits the hurdle. Score is also displayed on the screen.</p> | ||
<ul class="actions special"> | ||
<li><a href="#" class="button">Full Story</a></li> | ||
<li><a href="https://github.com/marwashahid/Snake-Game" class="button">View Project</a></li> | ||
</ul> | ||
</article> | ||
</section> | ||
|
@@ -168,7 +166,7 @@ <h2><a href="#">Augue lorem<br /> | |
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<section> | ||
<!-- <section> | ||
<form method="post" action="#"> | ||
<div class="fields"> | ||
<div class="field"> | ||
|
@@ -188,37 +186,32 @@ <h2><a href="#">Augue lorem<br /> | |
<li><input type="submit" value="Send Message" /></li> | ||
</ul> | ||
</form> | ||
</section> | ||
<section class="split contact"> | ||
<section class="alt"> | ||
<h3>Address</h3> | ||
<p>1234 Somewhere Road #87257<br /> | ||
Nashville, TN 00000-0000</p> | ||
</section> | ||
</section> --> | ||
<section> | ||
|
||
<section> | ||
<h3>Phone</h3> | ||
<p><a href="#">(000) 000-0000</a></p> | ||
<h3>Linkedin</h3> | ||
<p><a href="https://www.linkedin.com/in/marwashahid">https://www.linkedin.com/in/marwashahid</a></p> | ||
</section> | ||
<section> | ||
<h3>Email</h3> | ||
<p><a href="#">[email protected]</a></p> | ||
<p><a href="#">[email protected]</a></p> | ||
</section> | ||
<section> | ||
<h3>Social</h3> | ||
<ul class="icons alt"> | ||
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li> | ||
|
||
<li><a href="https://www.github.com/marwashahid" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="https://medium.com/@marvashahid09" target="_blank" class="icon brands fa-medium"><span class="label">Medium</span></a></li> | ||
</ul> | ||
</section> | ||
</section> | ||
</footer> | ||
|
||
<!-- Copyright --> | ||
<div id="copyright"> | ||
<!-- <div id="copyright"> | ||
<ul><li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul> | ||
</div> | ||
</div> --> | ||
|
||
</div> | ||
|
||
|