-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop2.html
More file actions
60 lines (53 loc) · 2.36 KB
/
workshop2.html
File metadata and controls
60 lines (53 loc) · 2.36 KB
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
<!DOCTYPE HTML>
<!--
Photon by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>2 Birds 1 Bee</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!-- bxSlider Javascript file -->
<script src="/slider/jquery.bxslider.min.js"></script>
<!-- bxSlider CSS file -->
<link href="/slider/jquery.bxslider.css" rel="stylesheet" />
</head>
<body>
<!-- Header -->
<section id="header">
<div class="inner">
<!--<span class="icon major fa-cloud"></span>
<h1>Hi, I'm Matt and I run a sex education business!</h1>
<p>Based in Sydney, Australia -- Focused on educating High School Students</p>-->
<ul class="actions">
<li><a href="#one" class="button scrolly">What is 2 Birds 1 Bee?</a></li>
<li><a href="#two" class="button scrolly">Goals and Philosophy</a></li>
<li><a href="#three" class="button scrolly">Workshops</a></li>
<li><a href="#four" class="button scrolly">Who is Matt?</a></li>
</ul>
</div>
</section>
<section id="one" class="main style1">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>What is 2 Birds 1 Bee?!</h2>
</header>
<p>2 Birds 1 Bee is a youth-run educational project that engages with young people in areas of sexuality and relationships. It brings often taboo conversations to the table and provides the skills and awareness to challenge the taboos and inspire empathy.</p>
</div>
<div class="6u$ 12u$(medium) important(medium)">
<span class="image fit"><img src="images/header2.jpg" alt="" /></span>
</div>
</div>
</div>
</section>
</body>
</html>