-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
60 lines (56 loc) · 1.51 KB
/
contacts.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
---
title: Contacts
highlight: true
id: contacts
---
<div class="acm-boxbg acm-mb20">
<div class="container">
<div class="row">
<div class="col-sm-7">
<h1>YSU ACM Contacts</h1>
<p>
Questions? Problems? Concerns? Want to give a presentation to our
group? These are the people to contact!
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<img src="/static/sharif.jpg"
alt="Dr. Sharif"
class="img-thumbnail pull-xs-left"
height="100"
width="100"/>
<div class="acm-bio">
<h3>Dr. Bonita Sharif</h3>
<p>
Dr. Sharif is the advisor for YSU ACM and assists with coordinating
officers and working with the organization to promote a beneficial
learning environment for all of its members.
</p>
</div>
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-12">
<img src="/static/profileimg.jpg"
alt="Ricky Elrod"
class="img-thumbnail pull-xs-left"
height="100"
width="100"/>
<div class="acm-bio">
<h3>Ricky Elrod</h3>
<p>
Ricky Elrod is the events coordinator for the organization and assists
with planning and scheduling upcoming meetings and events, outreach
with other organizations, website maintenance, and keeping people
happy.
</p>
</div>
</div>
</div>
</div>