-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 1.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<title> Renel Jean-Baptiste - Front end Developer</title>
<link rel="stylesheet" type="text/css" href="CSS/reset.css">
<link rel="stylesheet" type="text/css" href="CSS/main.css">
</head>
<body>
<header>
<div id="logo">
Logo
</div>
<nav id= "top-nav">
<a href="about.html">About</a>
<a href="Skills.html">Skills</a>
<a href="Contact.html">Services</a>
<a href="Contact.html">Contact</a>
</nav>
</header>
<div class="jumbo">
<h1>Welcome to My Portofolio</h1>
</div>
<div class="work">
<div class="box">
<img src= img/truly_unlimited.jpg
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-seize: cover;
-o-background-size:cover;
background-size: cover;>
<div class="box"><img src ="img/freelance2.png"
style=" no-reat center center fixed;
-webkit-background-size: cover;
-moz-background-seize: cover;
-o-background-size:cover;
background-size: cover;">
</div>
<div class="box"><img src="img/coming_soon.jpg">
</div>
</div>
</div>
</body>
</html>