-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.65 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
---
layout: default
style: /assets/css/styles.css
title: Home
---
<section id="hero">
<div id="hero-wrapper">
<h1>We are proto.</h1>
<a class="button" href="/blog">Read our latest post</a>
</div>
</section>
<section id="meet-the-team">
<h2>Meet the team</h2>
<div id="team-pics">
<h3>Design</h3>
<div class="team-section">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
</div>
<h3>Programming</h3>
<div class="team-section">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
</div>
<h3>Marketing</h3>
<div class="team-section">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
<img src="/assets/images/james.png">
</div>
</div>
</section>
<section id="our-process">
<h2>Our Process</h2>
<p>At Proto, we follow an iterative process to make sure that our product is always improving. We are all about trying new things, making mistakes, and finding what works. It shows, too. In our three years of operation, Proto has made state twice. Additionally, we are 100% open source. We view FTC a learning opportunity first, competition second, so when we see an opportunity to help other teams, we take it.</p>
</section>
<footer>
<h3>Made with ❤️ in Morton, IL</h3>
</footer>