forked from pratt-jeremy/devtest
-
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.
Time 3.5 hrs
- Loading branch information
Showing
14 changed files
with
184 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -1,10 +1,76 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
link rel="stylesheet" type="text/css" href="css/style.css"> | ||
<title>Adam Christensen's Tile Test</title> | ||
<link rel="stylesheet" type="text/css" href="css/style.css"> | ||
<title>Adam Christensen's Tiles Test</title> | ||
</head> | ||
<body> | ||
<arti | ||
<article class="tiles"> | ||
<header> | ||
</header> | ||
<h3 class="red">In your area</h3> | ||
<div class="row"> | ||
<article> | ||
<img src="images/reduced/photo03.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
<article> | ||
<img src="images/reduced/photo02.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
<article> | ||
<img src="images/reduced/photo04.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
</div> | ||
<h3 class="blue">News</h3> | ||
<div class="row"> | ||
<article> | ||
<img src="images/reduced/photo05.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
<article> | ||
<img src="images/reduced/photo06.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
<article> | ||
<img src="images/reduced/photo07.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
</div> | ||
<h3 class="green">Inspirational</h3> | ||
<div class="row"> | ||
<article> | ||
<img src="images/reduced/photo09.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
<article> | ||
<img src="images/reduced/photo08.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
<article> | ||
<img src="images/reduced/photo10.jpg"> | ||
<h3>Cras mattis consectetur</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec posuere est ex, ac commodo massa facilisis sed. Vivamus non nulla at nulla consequat pulvinar ac quis ante.</p> | ||
<p>Maecenas mollis laoreet </p> | ||
</article> | ||
</div> | ||
</article> | ||
</body> | ||
</html> |