-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
130 lines (115 loc) · 6.34 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html>
<head>
<title>Deakin Software Engineering Club | DSEC | Deakin University</title>
<meta charset="utf-8">
<meta name="keywords" content="software, programming, deakin, software engineering">
<meta name="description" content="Deakin Software Engineering Club">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/stylesheets/build/dsec.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Header -->
<header>
<nav class="main-nav">
<ul>
<li><a href="index.html" ><img src="assets/images/dsec-logo.png" alt="Home DSEC Logo"></a></li>
<li class="active"><a href="index.html">About</a></li>
<li ><a href="projects.html">Portfolio</a></li>
<li ><a href="join.html">Join</a></li>
<li ><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Hero section -->
<section class="hero">
<div class="hero-text">
<h1>Deakin Software Engineering Club</h1>
</div>
</section>
<!-- Text section -->
<section class="container about">
<p>The Deakin Software Engineering club is home to students from many backgrounds interested in software engineering, information systems, technology and associated disciplines. The DSEC community is about both fun and learning, with members collaborating on anything from coding problems to practical projects. DSEC coordinates with industry to represent the interests of members.</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
<div class="btn-wrap">
<a class="btn" href="join.html">Join</a>
</div>
</section>
<!-- Leadership section -->
<section class="container">
<h1>Leadership</h1>
</section>
<section class="container group" id="leadership">
<div class="profile group">
<div class="member-img">
<img src="assets/images/people/jocen.jpeg" alt="President - Jocen Pagayona">
</div>
<div class="member-info">
<h4>Jocen Pagayona</h4>
<h5>President</h5>
<p>Donec fiingilla blandit ultricies. Fusce Sollicitudin risus: vel aliquci neque metus vel felis scelerisque non scelerisque odio pellentesque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec hendren't tincidunt tellus a lobom's.</p>
</div>
</div>
<div class="profile group">
<div class="member-img">
<img src="assets/images/people/peter.jpeg" alt="Secretary - Peter Graeson">
</div>
<div class="member-info">
<h4>Peter Graeson</h4>
<h5>Secretary</h5>
<p>Donec fiingilla blandit ultricies. Fusce Sollicitudin risus: vel aliquci neque metus vel felis scelerisque non scelerisque odio pellentesque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec hendren't tincidunt tellus a lobom's.</p>
</div>
</div>
<div class="profile group">
<div class="member-img">
<img src="assets/images/people/phil.png" alt="Tresurer - Philip Castiglione">
</div>
<div class="member-info">
<h4>Philip Castiglione</h4>
<h5>Treasurer</h5>
<p>Software Engineer by day, BCompSc student by night, Philip works on systems that use technology to solve hard problems, at scale. Philip has a BCom (Finance) and worked as a Management Consultant in a previous life.</p>
</div>
</div>
<div class="profile group">
<div class="member-img">
<img src="assets/images/people/jake.jpg" alt="Board Member - Jake Renzella">
</div>
<div class="member-info">
<h4>Jake Renzella</h4>
<h5>Board Member</h5>
<p>Donec fiingilla blandit ultricies. Fusce Sollicitudin risus: vel aliquci neque metus vel felis scelerisque non scelerisque odio pellentesque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec hendren't tincidunt tellus a lobom's.</p>
</div>
</div>
<div class="profile group">
<div class="member-img">
<img src="assets/images/people/richard.jpg" alt="No Cool Title - Richard Denton">
</div>
<div class="member-info">
<h4>Richard Denton</h4>
<h5>No Cool Title</h5>
<p>Donec fiingilla blandit ultricies. Fusce Sollicitudin risus: vel aliquci neque metus vel felis scelerisque non scelerisque odio pellentesque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec hendren't tincidunt tellus a lobom's.</p>
</div>
</div>
</section>
<!-- Sponsors section -->
<section class="sponsors">
<h3>Sponsors</h3>
<p>Interested in sponsoring?</p>
<p>DSEC works with sponsors who promote the ethical and effective use of technology in business, consumer and government spaces. DSEC connects the brightest minds in technology at Deakin with companies looking to make a positive impact on the world.</p>
<div class="btn-wrap">
<a class="btn btn-alt" href="contact.html">Get in touch</a>
</div>
</section>
<!-- Footer -->
<footer class="group">
<p>DSEC © 2018</p>
<div class="social-icons">
<a href="" target="_blank"><img src="assets/images/social/facebook.png" alt="DSEC on Facebook"></a>
<a href="" target="_blank"><img src="assets/images/social/linkedin.png" alt="DSEC on LinkedIn"></a>
<a href="" target="_blank"><img src="assets/images/social/stack-ex.png" alt="DSEC on Stack Exchange"></a>
<br/>
</div>
</footer>
<script async src="assets/js/dist/app.js"></script>
</body>
</html>