-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 2.89 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
---
title: Home
description: The Miami Dade College Hialeah Campus SHPE organization website.
image: https://cdn.shpe.ga/blog/2018/july/pict1-min.jpg
bottom_image: https://cdn.shpe.ga/events/shpe-event-2017.jpg
---
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h1 class="editable">Be Part of SHPE MDC</h1>
<p class="subtext editable">Society of Hispanic Professional Engineers (SHPE) MDC is a chapter of the SHPE national organization headquartered at Miami Dade College - Hialeah Campus.</p>
<div class="cta button alt"><a href="https://sharknet.mdc.edu/organization/shpe">Join Us</a></div>
</div>
</div>
<div class="learn-more"><a href="#learn-more">Learn more <span class="arrow">▼</span></a></div>
</section>
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">SHPE History</h2>
<p class="editable">The Society of Hispanic Professional Engineers(SHPE) was founded in Los Angeles, California, in 1974 by a group of engineers employed by the city of Los Angeles. Their objective was to form a national organization of professional engineers to serve as role models in the Hispanic community, now MDC is part of the SHPE family !</p>
</div>
<div class="image">
<img class="editable" src="https://cdn.shpe.ga/shpe-mdc.svg" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Our Mission</h2>
<p class="editable">SHPE changes lives by empowering the Hispanic community to realize its fullest potential and to impact the world through STEM awareness, access, support and development.</p>
</div>
<div class="image">
<img class="editable" src="https://cdn.shpe.ga/shpe.png" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Our Vision</h2>
<p class="editable">At SHPE MDC we create a community to ensure that everyone has an opportunity to grow becoming valued and influential as the leading innovators, scientists, mathematicians and engineers.</p>
</div>
<div class="image">
<img class="editable" src="https://cdn.shpe.ga/miami-dade-college.png" alt="Screenshot" />
</div>
</div>
</section>
<section class="hero" style="background-image: url({% include relative-src.html src=page.bottom_image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h2 class="editable">Join MDC SHPE</h2>
<p class="subtext editable">We want you to grow with us. Help us build a better community!.</p>
<div class="cta button alt"><a href="https://sharknet.mdc.edu/organization/shpe">Join Now</a></div>
</div>
</div>
</section>
</div>