-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (89 loc) · 3.7 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
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
<!doctype html>
<html lang="en">
<!--
GCD - MSCDM - Part Time
Internet Authoring assignment
Luka Puharic - 2828092
-->
<head>
<meta charset="utf-8" >
<meta name="description" content="This website is build as a project for GCD - Internet Authoring Assignment." />
<meta name="keywords" content="GCD, Internet Authoring, Assignment, Charlie, Chaplin" />
<meta name="author" content="Luka Puharic" />
<title>My Hero - Charlie Chaplin - Home Page</title>
<!-- style -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
<!-- Modernizr enables HTML5 elements & feature detects for optimal performance -->
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<div id="container">
<!-- main header -->
<div id="header">
<hgroup>
<h1 id="site-logo">Charlie Chaplin</h1>
<h4 id="site-description">Hero from my childhood</h4>
</hgroup>
<!-- main navigation -->
<nav>
<ul>
<li><a href='.' title='Home' class="home">Home</a></li>
<li><a href='life.html' title='Life'>Life</a></li>
<li><a href='work.html' title='Work'>Work</a></li>
<li><a href='gallery.html' title='Gallery'>Gallery</a>
<ul>
<li><a href='gallery.html#photos' title='Photos'>Photos</a></li>
<li><a href='gallery.html#videos' title='Videos'>Videos</a></li>
</ul>
</li>
<li><a href='links.html' title='Links'>Links</a></li>
<li><a href='news.html' title='News'>News</a></li>
<li><a href='author.html' title='Author'>Author</a></li>
</ul>
</nav>
</div>
<!-- clear -->
<div class="clear"></div>
<!-- main content -->
<div id="main">
<!-- home page carousel -->
<div id="carousel">
<img src="images/main-page-filmrole.jpg" alt="" />
<span class="reference right"><a href ="links.html#photos_ref" title="Photos Reference">Photos Reference</a></span>
</div>
<article class="homepage">
<h2>About This Website</h2>
<p>This website is build as a project for GCD - Internet Authoring Assignment. Thinking about the main protagonist for my website I needed to build for Internet Authoring module I decided to make a website about a person that made my childhood filled with laughter. I was in love with Charlie Chaplin's movies since I was a kid and not only that this movies would made me laugh, I was also trying do dig for a message that Charlie Chaplin was trying to point out in every movie that he created.</p>
<p>This website is dedicated to Charlie Chaplin.</p>
</article>
<!-- clear -->
<div class="clear"></div>
</div>
<!-- main footer -->
<div id="footer">
<nav>
<ul>
<li><a href='.' title='Home' class="home">Home</a></li>
<li><a href='life.html' title='Life'>Life</a></li>
<li><a href='work.html' title='Work'>Work</a></li>
<li><a href='gallery.html' title='Gallery'>Gallery</a>
<li><a href='links.html' title='Links'>Links</a></li>
<li><a href='news.html' title='News'>News</a></li>
<li><a href='author.html' title='Author'>Author</a></li>
</ul>
</nav>
<!-- clear -->
<div class="clear"></div>
<br />
<p>This website is build as a project for GCD - Internet Authoring Assignment.</p>
<p>CHARLES CHAPLIN, CHAPLIN, the LITTLE TRAMP, the images on this web site, and the names of Mr. Chaplin's films are all trademarks and/or service marks of Roy Export and/or Bubbles Inc. S.A.</p>
<p>© Luka Puharic, 2012, except where stated differently.</p>
<img src="images/footer-silhouette.gif" alt='Charlie Chaplin' />
</div>
</div>
<script src="js/libs/jquery-1.7.1.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>