forked from ummyh/First-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.html
85 lines (78 loc) · 3.98 KB
/
Portfolio.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body class="body">
<header class="mainheader">
<img src="img/2.jpg">
<nav>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="Blog.html">Blog</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="maincontainer">
<div class="content">
<article class="topcontent">
<header>
<h2><a href="#" title="first post"> First post</a></h2>
</header>
<footer>
<p class="post-info">This is the headers footer</p>
</footer>
<content>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
</content>
</article>
<article class="bottomcontent">
<header>
<h2><a href="#" title="second post"> second post</a></h2>
</header>
<footer>
<p class="post-info">This is the headers footer</p>
</footer>
<content>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
</content>
</article>
</div>
</div>
<aside class="top-sidebar">
<h2> top sidebar</h2>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
</aside>
<aside class="middle-sidebar">
<h2> middle sidebar</h2>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
</aside>
<aside class="bottom-sidebar">
<h2> bottom sidebar</h2>
<p>This is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the contentThis is the content
This is the contentThis is the content</p>
</aside>
<footer class="mainfooter">
<p>Main footer</p>
</footer>
</body>
</html>