-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·56 lines (49 loc) · 1.97 KB
/
about.html
File metadata and controls
executable file
·56 lines (49 loc) · 1.97 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
---
title: About
call_to_action: Contact
background_image_path:
large_header: false
show_in_navigation: true
navigation_order: 1
---
<div class="editable">
<p>Denison Enterprises was founded in 2014 by several students who thought campus was missing an opportunity for new ideas to come to fruition and entrepreneurial spirit to thrive. Since then the team has accomplished a great deal.</p>
<p>Denison Enterprises has compiled a competitive team of go-getters who are taking Denison by storm.</p>
<div style="text-align: center;">
<iframe src="https://www.youtube.com/embed/oG528GbLXT4" frameborder="0" allowfullscreen></iframe>
</div>
<h2>Denison Enterprises In The News</h2>
<div class="fifths">
<div class="one-fifth">
<a href="https://news.denison.edu/2015/05/start-them-up-2/"><img src="/uploads/news/1.png" alt=""></a>
</div>
<div class="one-fifth">
<a href="http://www.denisonian.com/2017/11/features/a-closer-look-at-denison-enterprises/"><img src="/uploads/news/6.png" alt=""></a>
</div>
<div class="one-fifth">
<a href="http://www.denisonian.com/2014/11/news/important-roost-renovation-nears-completion/"><img src="/uploads/news/3.png" alt=""></a>
</div>
<div class="one-fifth">
<a href="http://www.denisonian.com/2014/11/news/a-little-more-convenience-a-bandersnatch-app/"><img src="/uploads/news/4.png" alt=""></a>
</div>
<div class="one-fifth">
<a href="http://www.denisonian.com/2014/04/news/a-student-group-with-a-business-focus/"><img src="/uploads/news/5.png" alt=""></a>
</div>
</div>
<h2>Meet The Team</h2>
<br>
</div>
<ul class="staff-list">
{% for member in site.staff_members %}
<li class="staff">
<div class="staff-image">
<img src="{{ member.image }}" alt="Photo of {{ member.name }}">
</div>
<div class="staff-content">
<span class="member-name">{{ member.name }}</span>
<span class="member-title">{{ member.title }}</span>
</div>
<span class="member-class">{{ member.class }}</span>
</li>
{% endfor %}
</ul>