-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·54 lines (51 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Testbed Lime</title>
<link rel="stylesheet" href="dist/css/style.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header id="top">
<aside class="logo"> </aside>
<nav class="top">
<ul>
<li><a href="#">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="content">
<aside class="sidebar">
<ul>
<li><a href="#">2011</a></li>
<li><a href="#">2012</a></li>
<li><a href="#">2013</a></li>
<li><a href="#">2014</a></li>
</ul>
</aside>
<section class="main">
<h1>Syndicat des Employé du CHUM</h1>
<section class="screenshot"><img src="images/sechum_500.png" alt="screen shot of Sechum"></section>
<section class="description">
<p>I was approached to do a makeover to the site as the older iteration seemed stucked in 1999. To ensure the site would be easy to use I chose Wordpress as it's CMS. To meet the demands of the client many custom plugins were written as well.</p>
<a class="demo btn" href="#">Visit the site</a></button></aside>
</section>
</section>
</div>
<footer class="main-footer">
<section class="tag">© Christophe Rudyj 1999-2016 Drawings of me by <a href="http://www.boumerie.com/">Boum</a></section>
<aside class="social">
<ul>
<a href="https://twitter.com/kuipou"><li><i class="fa fa-twitter"></i></li></a>
<a href="https://github.com/kuipou"><li><i class="fa fa-github"></i></li></a>
<a href="https://www.linkedin.com/in/kuipou"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</aside>
</footer>
</body>
</html>