Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personal portfolio - Divya #27

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added Bungee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Fish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NY.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sealife.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/style.css" rel="stylesheet">
<link rel="stylesheet" href="styles/about.css">
<title>About Divya</title>
</head>

<body>
<div class="mom-grid">

<section class="header-nav">
<header class="header">
<div class="logo">
<img src="logo.jpg" alt="my-logo">
</div>
<h2>Divya Mohanan
</h2>

</header>

<nav class="nav">
<ul class="nav-list">
<li class="home">
<a href="index.html">
Home
</a>
</li>
<li class="portfolio">
<a href="portfolio.html">
Portfolio
</a>
</li>
<li class="hobby">
<a href="hobby.html">
Hobbies
</a>
</li>
<li class="about">
About
</li>
</ul>
</nav>
</section>

<section class="story">
</section>

<section class="about-me">
<div class="me">
<h2>Food in Seattle
</h2>
</div>
<div class="me">
<h2>To Be A Developer
</h2>
</div>
<div class="me">
<h2>Mystery Novels
</h2>
</div>
<div class="me">
<h2>Healthy Living
</h2>
</div>
</section>

<section class="bottom">
<footer class="footer">
<ul class="bottom-list">
<li>
© 2018 Divya.
</li>
<li>
Privacy
</li>
<li>
Help
</li>
</ul>
</footer>
</section>

</div>
</body>
</html>
Binary file added back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added climbing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clownfish.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dessert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dubai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added giraffe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions hobby.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/style.css" rel="stylesheet">
<link rel="stylesheet" href="styles/hobby.css">
<title>Divya's Hobbies</title>
</head>
<body>

<div class="mom-grid">

<section class="header-nav">
<header class="header">
<div class="logo">
<img src="logo.jpg" alt="skyline"/>
</div>
<h2>Divya Mohanan
</h2>

</header>

<nav class="nav">
<ul class="nav-list">
<li class="home">
<a href="index.html">
Home
</a>
</li>
<li class="portfolio">
<a href="portfolio.html">
Portfolio
</a>
</li>
<li class="hobby">
Hobbies
</li>
<li>
<a href="about.html">
About
</a>
</li>
</ul>
</nav>
</section>

<section class="story">
</section>

<section class="hobby-container">

<div class="column">
<img src="singapore.jpg" width="200" height="300" alt="hobby-pic"/>
<img src="salad.png" width="200" height="250" alt="hobby-pic"/>
<img src="dubai.jpg" alt="hobby-pic" />
<img src="tower.jpeg" width="200" height="250" alt="hobby-pic"/>
<img src="koala.jpg" alt="hobby-pic">
<img src="london.jpg" width="200" height="250" alt="hobby-pic"/>
</div>

<div class="column">
<img src="jellyfish.jpg" width="200" height="300" alt="hobby-pic" />
<img src="Sealife.jpg" width="200" height="250" alt="hobby-pic"/>
<img src="Bungee.jpg" width="200" height="250" alt="hobby-pic"/>
<img src="climbing.jpg" alt="hobby-pic">
<img src="thailand.jpg" width="200" height="250" alt="hobby-pic"/>
<img src="macaw.jpg" alt="hobby-pic">
</div>

<div class="column">
<img src="parasailing.png" width="200" height="300" alt="hobby-pic"/>
<img src="rafting.jpg" alt="hobby-pic">
<img src="tiger.jpg" alt="hobby-pic">
<img src="ele.jpg" alt="hobby-pic">
<img src="deer.jpg" alt="hobby-pic">
<img src="dessert.jpg" alt="hobby-pic">
</div>

<div class="column">
<img src="switzerland.jpg" width="200" height="250" alt="hobby-pic"/>
<img src="salad.png" alt="hobby-pic">
<img src="Ny.jpg" width="200" height="250" alt="hobby-pic"/>
<img src="sunset.jpg" alt="hobby-pic">
<img src="pie.jpeg" alt="hobby-pic">
<img src="clownfish.jpeg" alt="hobby-pic">
</div>

</div> -->
</section>

<section class="bottom">
<footer class="footer">
<ul class="bottom-list">
<li>
© 2018 Divya.
</li>
<li>
Privacy
</li>
<li>
Help
</li>
</ul>
</footer>
</section>

</div>

</body>
</html>
95 changes: 95 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link rel="stylesheet" href="styles/index.css">
<title>Divya's Portfolio</title>
</head>

<body>
<div class="mom-grid">

<section class="header-nav">
<header class="header">
<div class="logo">
<img src="logo.jpg" alt="my-logo">
</div>
<h2>Divya Mohanan
</h2>

</header>

<nav class="nav">
<ul class="nav-list">
<li class="home">
Home
</li>
<li class="portfolio">
<a href="portfolio.html">
Portfolio
</a>
</li>
<li class="hobby">
<a href="hobby.html">
Hobbies
</a>
</li>
<li>
<a href="about.html">
About
</a>
</li>
</ul>
</nav>
</section>

<section class="story">
<h1 class="message">It always seems impossible until it's done.
</h1>
</section>

<section class="buttons">
<div class="button">
<img src="life.jpg" alt="button-img">
<a class="word-button" href="index.html">Life
</a>
</div>
<div class="button">
<img src="owl.jpg" alt="button-img">
<a class="word-button" href="portfolio.html">Learn
</a>
</div>
<div class="button">
<img src="love.png" alt="button-img">
<a class="word-button" href="about.html">Love
</a>
</div>
<div class="button">
<img src="travel.png" alt="button-img">
<a class="word-button" href="hobby.html">Travel
</a>
</div>

</section>

<section class="bottom">
<footer class="footer">
<ul class="bottom-list">
<li>
© 2018 Divya.
</li>
<li>
Privacy
</li>
<li>
Help
</li>
</ul>
</footer>
</section>

</div>
</body>
</html>
Binary file added jellyfish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jogging.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added koala.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added life.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added london.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added love.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added macaw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added owl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added parasailing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pie.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading