-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectDefault.html
123 lines (111 loc) · 3.86 KB
/
ProjectDefault.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112759168-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112759168-1');
</script>
<!-- end of google analytics -->
<title>+++++ Project Page</title>
<meta name="description" content="On this page you will find information about my work on +++++." />
<!-- social media preview stuffs -->
<meta property="og:type" content="website" />
<meta property="og:image" content="+++++" />
<meta property="og:site_name" content ="VanDenBergGames" />
<meta property="og:title" content="+++++ Project Page" />
<meta property="og:description" content="On this page you will find information about Matthieu van den Berg his work on +++++." />
<meta property="og:url" content="https://www.vandenberggames.com/+++++.html" />
<!-- end of social media preview stuffs -->
<!-- stylesheets -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/p_reset.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/p_style.css" media="screen" />
<!-- <link rel="stylesheet" type="text/css" href="css/p_redstare.css" media="screen" />
<!-- end of stylesheets -->
</head>
<body>
<div id="container">
<div id="header">
<h1>site title</h1>
<h2>fixed 1-column #2 layout (basic)</h2>
</div>
<!--//end #headern//-->
<div id="leftColumn">
<h2>leftColumn
<ul>
<li><a href="#">Link Item</a></li>
<li><a href="#">Link Item</a></li>
<li><a href="#">Link Item</a></li>
</ul></h2>
<p><i><b>A Short explanation of the project</b></i></br>
Augur et fulgente decorus arcu Phoebus acceptusque novem Camenis, qui salutari levat arte fessos corporis artus.</p>
</div>
<!--//end #leftColumn//-->
<div id="dataColumn">
<blockquote>
<h2>Data:</h2>
<p>
<ul>
<li style="font-size:1.1em;">Platform</li>
<ul>
<li>platform 1</li>
<li>platform 2</li>
</ul>
<li style="font-size:1.1em;">Genre</li>
<ul>
<li>Genre 1</li>
<li>Genre 2</li>
</ul>
<li style="font-size:1.1em;">Time</li>
<ul>
<li>Project: September 2016 - July 2017</li>
<li>Personal: Februari 2017 - July 2017</li>
</ul>
<li style="font-size:1.1em;">Team</li>
<ul>
<li>Team name</li>
<li>Member amount during presence</li>
</ul>
<li style="font-size:1.1em;">Awards and Recognitions</li>
<ul>
<li>Award 1</li>
<li>Award 2</li>
</ul>
</ul>
</p>
</blockquote>
</div>
<!--//end #dataColumn//-->
<div id="centerColumn">
<h2>centerColumn</h2>
<p>Augur et fulgente decorus arcu Phoebus acceptusque novem Camenis, qui salutari levat arte fessos corporis artus, si Palatinas videt aequos aras remque Romanam Latiumque felix alterum in lustrum meliusque semper prorogat aevom, quaeque Aventinum tenet Algidumque, quindecim Diana preces virorum curat et votis puerorum amicas adplicat auris.</p>
<h2>Header 2</h2>
<p><a href="#">Link Item</a></p>
<ul>
<li>List Item</li>
<li>List Item</li>
<li>List Item
<ul>
<li>List Item</li>
<li>List Item</li>
</ul>
</li>
</ul>
<blockquote>
<p><strong>blockquote</strong><br />
Augur et fulgente decorus arcu Phoebus acceptusque novem Camenis, qui salutari levat arte fessos corporis artus.</p>
</blockquote>
</div>
<!--//end #centerColumn//-->
<div id="footer"> <a target="_blank" href="index.html" title="W3C HTML Validation">Home</a> | <a target="_blank" href="index.html#fh5co-pricing" title="W3C CSS Validation">Projects</a>
</p>
</div>
<!--//end #footer//-->
</div>
<!--//end #container//-->
</body>
</html>