Skip to content
Open

done #2113

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
10 changes: 10 additions & 0 deletions starter-code/img/basic_exclamation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions starter-code/img/basic_info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions starter-code/img/basic_question.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 194 additions & 0 deletions starter-code/reveraclone.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CLone revera</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">


<link rel= "stylesheet" href="./style.css">
</head>

<body>
<header class="menu">
<H1>Revera</H1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Sample page</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Parent Page</a></li>
<li><a href="#">contact</a></li>

</ul>
</nav>
</header>

<header class="hero">
<div class="container">
<h2>ETIAM MAURIS TORTOR, PHARETRA QUIS, LOBORTIS IN, PHARETRA IN DIAM</h2>
<p>kkgnsgsg</p>
<a href="#" class="button">Learn more</a>
</div>

<div class="flex-container">
<article>
<img src="./img/basic_exclamation.svg" alt="exclamation">
<h3>Web Design</h1>
<p>spkbns</p>

</article>
</div>

<div class="flex-container">
<article>
<img src="./img/basic_info.svg" alt="basic">
<h4>Web Development</h4>
<p>spkbns</p>
</article>
</div>
<div class="flex-container">
<article>
<img src="./img/basic_question.svg" alt="question1">
<h5>Web Development</h5>
<p>spkbns</p>
</article>
</div>
</header>
<section class="projects">
<div class="container">
<h6>Latest Projects</h6>
<p>FEW OF THE LATEST PORTFOLIO ITEMS</p>
<hr>
</div>


<div class="row">

<div class="col-md-3">
<article>
<img src="./img/project-1.jpg" alt="Muscles">
<p>spkbns</p>
</article>
</div>

<div class="col-md-3">
<article>
<img src="./img/project-2.jpg" alt="cat">
<p>spkbns</p>
</article>
</div>

<div class="col-md-3">
<article>
<img src="./img/project-3.jpg" alt="flower">
<p>spkbns</p>
</div>

<div class="col-md-3">
<article>
<img src="./img/project-4.jpg" alt="happy">
<p>spkbns</p>
</article>
</div>
</section>

<section class="articles">
<div class="row">
<h7>Latest Articles</h7>
<p>LATEST POST FROM VLOGS</p>
<hr>
<div class="col-md-3">
<article>
<img src="./img/slider-1.jpg" alt="dog-cat">
<h7>fshdhdfh</h7>
<p>sgfg
<br>
<br>
</p>
</p>
</article>
</div>
<div class="col-md-3">
<article>
<img src="./img/slider-2.jpg" alt="fruit">
<h8>adfgsg</h8>
<p>sfhdhd
<br>
<br>
</p>
</article>
</div>
<div class="col-md-3">
<article>
<img src="./img/slider-3.jpg" alt="flower">
<h9>spkbns</h9>
<p>dfhdgh
<br>
<br>

</p>
</article>
</div>
<div class="col-md-3">
<article>
<img src="./img/slider-4.jpg" alt="Hike">
<h9>spkbns</h9>
<p>fgdfg
<br>
<br>
</p>
</article>
</div>
</div>

</div>
</section>
<hr color="red">
<div class="container">

<div class="col-md-3">
<h10>REVERA</h10>
<p>fgflg</p>
</div>

<div class="col-md-3">
<h11>META</h11>
<p>Login</p>
<hr>
<p>Entries RSS</p>
<hr>
<p>Comments RSS</p>
<hr>
<p>WordPress.org</p>
</div>

<div class="col-md-3">
<h12>ARCHIVES</h12>
<p>August 2013</p>
<hr>
</div>
<div class="col-md-3">
<h13>RECENT POST</h13>
<p>gdfgdfg</p>
<hr>
<p>dfgdfgdfg</p>
<hr>
<p>dfgdfsgdf</p>
<hr>
<p>dfgdfsgdfg</p>
<hr>
<p>sf</p>
</div>
</row>
</div>
</section>

</header>

</body>
</html>
56 changes: 56 additions & 0 deletions starter-code/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
img {
width: 100%;
}

.hero {
text-align: center;
background-image: url(../starter-code/img/slider-1.jpg);
background-repeat: no-repeat;
background-size: 100%;
padding: 100px 0;
color: white;


}
.hero h2{
color: white;
text-align: center;
}

.menu {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}

.menu img {
width: 10px;
display: ;
}

.menu ul {
display: flex;
list-style: none;
}

.menu li {
margin-right: 20px;
}

.flex-container img{
width: 100px;
height: auto;
align-items: center;
justify-content: space-between;
display: flex;
}

.footer {
background-color: rgb(45, 45, 45);
color: white;
justify-items: first baseline;
padding: 30px;
justify-content: space-between;
}