-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpartners.html
113 lines (101 loc) · 4.87 KB
/
partners.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
---
layout: none
---
<!doctype html>
<html lang="en">
<head>
<title>ACM Partners · The Association for Computing Machinery at UTD</title>
<meta name="description" content="Join our team. We're a team of students with one goal — a greater, more collaborative engineering community at UT Dallas.">
<meta property="og:title" content="ACM Partners · The Association for Computing Machinery at UTD"/>
<meta property="og:description" content="Join our team. We're a team of students with one goal — a greater, more collaborative engineering community at UT Dallas.">
<meta property="og:image" content="png/team-hero1.jpg"/>
{% include common-head.html %}
</head>
<body>
{% include common-nav.html %}
<div class="main-container">
<section class="hero-slider large-image">
<ul class="slides">
<li>
<div class="background-image-holder overlay">
<img alt="Slide Background" class="background-image" src="png/hero-workshops.jpg">
</div>
<div class="container vertical-align">
<div class="row">
<div class="col-xs-12">
<div class="text-block">
<div class="detail-line contrast-white-detail"></div>
<h1 class="contrast-h1 contrast-white"><strong>Partners of the ACM</strong>
<div class="contrast-white">
</div>
</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p class="lead contrast-white-p">ACM works with a variety of partner organizations both within the Erik Jonsson School of Engineering, and throughout UTD at large, to put together bigger & better events for the community.</p>
</div>
</div>
</div>
</li>
</ul>
</section>
<section>
<div class="container">
<div class="row mobile-grid">
<div class="col-md-2 col-sm-3 col-xs-6">
<div class="col-md-2 col-sm-3 col-xs-6 col-md-offset-2">
<a href="https://csg.utdallas.edu/"><img alt="Computer Security Group" src="logo/partner-csg.png"></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<a href="https://utdmaker.space"><img alt="UTD Makerspace" src="logo/partner-mkrspc-2.png"></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<a href="http://www.uxutd.com/"><img alt="UX Club" src="logo/partner-ux-2.png"></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<a href="http://aisutd.org/"><img alt="AIS" src="logo/partner-ais.png"></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6">
<a href="https://sweutd.com/"><img alt="SWE" src="logo/partner-swe.png"></a>
</div>
</div>
</section>
<section class="narrow-features">
<div class="container">
<div class="row">
<div class="col-sm-12">
{% assign partners = site.partners %}
{% for partner in partners %}
<div class="col-md-6 col-sm-12">
<div class="narrow-feature">
<div class="content">
<h5>{{ partner.name }}</h5>
{{ partner.excerpt }}
<p><a href="{{ partner.link }}" class="text-link">Visit {{ partner.name }} <i class="icon ti ti-arrow-right arrow_right"></i></a></p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
{% include common-footer.html %}
</div>
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/placeholders.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>