-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsttbcstl.html
54 lines (51 loc) · 2.08 KB
/
sttbcstl.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 travailleuses et travailleurs du CSSS Bordeaux-Cartierville-St-Laurent-(CSN)</h1>
<section class="screenshot"><img src="images/sttbcstl_500.png" alt="Screen shot of STTBCSTL"></section>
<section class="description">
<p>The client mainly works with the elderly and people who have disabilities, so I decided to design a site with a more organic feel. Further addition were made with custom plugins showing their team and futher modification of my own plugins.</p>
<a class="demo btn" href="http://www.sttbcstl.org">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>