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

Dikla Rikovitch Octos #1

Open
wants to merge 4 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
55 changes: 55 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>about</title>
<LINK REL=StyleSheet HREF="styles/style.css">
</head>
<body class="project-container">
<div class="wrapper">
<header>
<h1> Hi, I'm Dikla </h1>
<h2> Thank you for stopping by... </h2>
</header>

<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="hobbies.html">Hobbies</a>
</li>
</ul>
</nav>
</div>
<div class="content">
<div class="content-inside">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
</div>
<footer class="footer">
<h3> &copy; 2016 Dikla Rikovitch </h3>
<ul>
<li>
<a href="https://www.facebook.com/"><img src="img/Facebook.png" alt="Facebook"></a>
</li>
<li>
<a href="https://www.instagram.com/"><img src="img/Instagram.png" alt="Instagram"></a>
</li>
<li>
<a href="https://www.linkedin.com/"><img src="img/Linkedin.png" alt="Linkedin"></a>
</li>
<li>
<a href="https://twitter.com/"><img src="img/Twitter.png" alt="Twitter"></a>
</li>
</ul>
</footer>
</body>
</html>
63 changes: 63 additions & 0 deletions hobbies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>hobbies</title>
<LINK REL=StyleSheet HREF="styles/style.css">
</head>
<body class="project-container">
<div class="wrapper">
<header>
<h1> Hi, I'm Dikla </h1>
<h2> Thank you for stopping by... </h2>
</header>

<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="hobbies.html">Hobbies</a>
</li>
</ul>
</nav>
</div>
<div class="content">
<div class="content-inside">
<ul>
<li>
<a href="http://www.metukimsheli.com/tag/%D7%97%D7%9C%D7%94/">Challah Bread</a>
<div id="cf">
<img class="bottom" src="img/challah.jpg" alt="Challah" style="width:500px;height:300px;" />
<img class="top" src="img/challa1.jpg" alt="Challah" style="width:500px;height:300px;" />
</div>
</li>
</ul>
</div>
</div>
<footer class="footer">
<h3> &copy; 2016 Dikla Rikovitch </h3>
<ul>
<li>
<a href="https://www.facebook.com/"><img src="img/Facebook.png" alt="Facebook"></a>
</li>
<li>
<a href="https://www.instagram.com/"><img src="img/Instagram.png" alt="Instagram"></a>
</li>
<li>
<a href="https://www.linkedin.com/"><img src="img/Linkedin.png" alt="Linkedin"></a>
</li>
<li>
<a href="https://twitter.com/"><img src="img/Twitter.png" alt="Twitter"></a>
</li>
</ul>
</footer>
</body>
</html>
Binary file added img/Facebook.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 img/Instagram.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 img/Linkedin.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 img/Twitter.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 img/challa1.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 img/challah.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 img/dikla.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 img/hotel.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 img/scrabble.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 img/uber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>index</title>
<LINK REL=StyleSheet HREF="styles/style.css">
</head>
<body class="project-container">
<div class="wrapper">
<header>
<h1> Hi, I'm Dikla </h1>
<h2> Thank you for stopping by... </h2>
</header>

<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="hobbies.html">Hobbies</a>
</li>
</ul>
</nav>
</div>
<div class="content">
<div class="content-inside">
<img src="img/dikla.jpg" alt="Joy">
</div>
</div>
<footer class="footer">
<h3> &copy; 2016 Dikla Rikovitch </h3>
<ul>
<li>
<a href="https://www.facebook.com/"><img src="img/Facebook.png" alt="Facebook"></a>
</li>
<li>
<a href="https://www.instagram.com/"><img src="img/Instagram.png" alt="Instagram"></a>
</li>
<li>
<a href="https://www.linkedin.com/"><img src="img/Linkedin.png" alt="Linkedin"></a>
</li>
<li>
<a href="https://twitter.com/"><img src="img/Twitter.png" alt="Twitter"></a>
</li>
</ul>
</footer>
</body>
</html>
68 changes: 68 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>projects</title>
<LINK REL=StyleSheet HREF="styles/style.css">
</head>
<body class="project-container">
<div class="wrapper">
<header>
<h1> Hi, I'm Dikla </h1>
<h2> Thank you for stopping by... </h2>
</header>

<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="hobbies.html">Hobbies</a>
</li>
</ul>
</nav>
</div>
<div class="content">
<div class="content-inside">
<ul>
<li>
<a href="https://github.com/Ada-C9/hotel">Hotel - GitHub</a>
<div class="second-column"><img src="img/hotel.jpg" alt="Hotel" style="width:500px;height:300px;"></div>
</li>
<li>
<a href="https://github.com/Ada-C9/oo-ride-share">Ride Share - GitHub</a>
<div class="second-column"><img src="img/uber.png" alt="Uber" style="width:500px;height:300px;"></div>
</li>
<li>
<a href="https://github.com/Ada-C9/Scrabble">Scrabble - GitHub</a>
<div class="second-column"><img src="img/scrabble.jpeg" alt="Scrabble" style="width:500px;height:300px;"></div>
</li>
</ul>
</div>
</div>
<footer class="footer">
<h3> &copy; 2016 Dikla Rikovitch </h3>
<ul>
<li>
<a href="https://www.facebook.com/"><img src="img/Facebook.png" alt="Facebook"></a>
</li>
<li>
<a href="https://www.instagram.com/"><img src="img/Instagram.png" alt="Instagram"></a>
</li>
<li>
<a href="https://www.linkedin.com/"><img src="img/Linkedin.png" alt="Linkedin"></a>
</li>
<li>
<a href="https://twitter.com/"><img src="img/Twitter.png" alt="Twitter"></a>
</li>
</ul>
</footer>
</body>
</html>
118 changes: 118 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
.project-container{
margin: 2em;
font-family: 'Playfair Display', serif;
color: rgb(33, 76, 135);
}
html, body {
height: 100%;
margin: 0;
}
.content {
min-height: 100%;
margin-top: 400px;
}
.content-inside {
padding: 20px;
padding-bottom: 50px;
font-style: italic;
}

.content-inside::first-letter {
font-size: 2em;
}
.content-inside img {
margin: auto;
display: flex;
}
header {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
font-size: 2em;
background-color: lightblue;
}
.content-inside ul li {
display: grid;
grid-template-columns: 2fr 10fr;
grid-template-rows: auto auto auto;
list-style-type: none;
border-top: 1px solid black;
padding: 10px;
}
.content-inside a:hover{
color: gray;
}
.second-column {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 2;
}
.content-inside ul li a {
padding-top: 20px;
font-size: 2em;
color: darkblue;
}
.wrapper {
position: fixed;
top: 0px;
width: 100%;
z-index: 100;
}
nav {
background-color: lightpink;
padding: 1em;
}
nav ul{
display: grid;
grid-template-columns: 4fr 4fr 4fr 4fr;
list-style-type: none;
text-align: center;
}
nav ul li a {
display: inline;
text-decoration: none;
font-size: 2em;
padding-top: 20px;
}
nav ul li a:hover {
color: red;
}

#cf {
position:relative;
height:281px;
width:450px;
margin:0 auto;
}

#cf img {
position:absolute;
left:0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
opacity:0;
}

.footer {
display: grid;
grid-template-columns: 9fr 2fr;
height: 50px;
margin-top: -50px;
}

.footer ul li {
list-style-type: none;
text-align: right;
display: inline-block;
}
.footer img {
max-width: 30px;
}