Skip to content
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 .DS_Store
Binary file not shown.
Binary file added blackForest.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 img1.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 img2.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 img3.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 img4.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 img5.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 img6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href=style.css>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<title>Edems Site</title>
</head>
<body>
<div class="navigation">

</div>
<div class="main">
<p class="top">Edem's/Site</p>
<p>
Hi my name Edem and i would like to welcome you to my site.I am an aspiring web developer who currently resides in the UK.I have always been intrigued about working as a paid software developer and tried all sorts of mediums to learn to become one.
</p>
<p>
The medium to learn included going to Uni and getting stung by JAVA(different story for another day),self learning using online resources varying from free to paid.And after not making the kind of progress i expected of myself,my family and i decided i could benefit from attending a bootcamp(for hopefully better direction and understanding).
</p>
<p>
This site is amongst the first of what i hope will become many in the future and the theme for this one is just pictures i found online that brought a smile to my face.
</p>
<p>
The plan is to keep improving and interating so make sure you watch this space for other projects.
</p>
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
<img src="img4.jpg">
<img src="img5.jpg">
<img src="img6.jpg">
</div>
<div class="footer">
<a href="https://twitter.com/youngeddi"><i class="fab fa-twitter fa-3x"></i>
<a href="https://www.linkedin.com/in/edem-young-b5480943/"><i class="fab fa-linkedin fa-3x"></i></a>
<a href="https://github.com/Etubom/"><i class="fab fa-github fa-3x"></i></a>
<em>&copy;2018</em>
</div>

</body>
</html>
24 changes: 24 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
img {
width:30%;
float: left;
margin:1.66%;
}

.top{
font-family: Raleway;
margin-left: 1.66%;
font-size: 23px;
font-weight: 800;
text-transform: uppercase;
border-bottom: 2px solid #f1f1f1;
width: 30%;
padding-bottom: 20px;
}
.fab{
color: black;
}
.footer {
height: 50px;
clear: both;
float: right;
}