-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (126 loc) · 5.49 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<link href="styles/text.css" rel="stylesheet">
<link href="styles/home.css" rel="stylesheet">
<script src="scripts/timer.js"></script>
</head>
<body>
<div class="grid-container">
<div class="hero-image">
<img id="headline-img" src="images/ideathon-logotext.png" />
<button class="register-btn" onclick="window.location.href='https://docs.google.com/forms/d/e/1FAIpQLScI3Etre4j6t_q24BBIjUuOVHtQnU0CKznOdJB6lUFWac3wIA/viewform?usp=sf_link'">
Register Here
</button>
<img id="spaceship-img" src="images/millenium-falcon.png"/>
</div>
<div class="about">
</p>
<h2>
In the heart of Middle-Earth... API producers and consumers are gathering at API Marketplace to craft ideas that will change their world.
</h2>
<p>
You are invited to participate in an Ideathon where teams will build and deliver their own ideas without limits.
</p>
<p>
Teams will craft ideas to enhance the customer experience and create business value for Ford, utilizing existing platform services.
</p>
</div>
<div class="event-detail">
<div>
<h2 class="event-detail-header">When</h2>
<p>March 27<br/> 9:00 AM - 5 PM</p>
<p></p>
</div>
<div>
<h2 class="event-detail-header">Where</h2>
<p>TPM: 21001 Van Born Rd. Taylor, MI</p>
</div>
</div>
<div class="agenda">
<div>
<h2 class="agenda-header">Event Schedule</h2>
<ul>
<li class="highlight-text">9:00 - Breakfast and Event Kick-Off</li>
<li class="highlight-text">9:30 - Teams Start Working</li>
<li class="highlight-text">12:30 - Lunch (provided)</li>
<li class="highlight-text">1:30 - Teams Present Projects to Judges</li>
<li class="highlight-text">2:30 - Judges Select Top 5 Teams</li>
<li class="highlight-text">3:00 - Top 5 Teams Demo</li>
<li class="highlight-text">4:00 - Winners Announced</li>
<li class="highlight-text">4:30 - Prize Distribution and Photos</li>
</ul>
</div>
</div>
<div class="countdown">
<h1>The Ideathon Begins</h1>
<h3 id="timer" class="text"></h3>
</div>
<div class="house-rules-title">
<h2>House Rules</h2>
</div>
<div class="house-rules-detail">
<ul>
<li>Team sizes between 3-7 people are recommended.</li>
<li>Leverage the diverse skills of a balanced team. <i>Extra points will be granted to teams with diverse background (ITO, MPP, FMCC, etc...) and role (Product Manager, Software Engineer, Product Designer, Architect, etc...)</i></li>
</ul>
</div>
<div class="house-rules-more-detail">
<ul>
<li>Be prepared with your laptops, chargers, and sticky notes.</li>
<li>Keep track of time, so that you can deliver a product by the end of the event.</li>
<li>Have fun!</li>
</ul>
</div>
<div class="judging-title">
<h2>Judging</h2>
</div>
<div class="judging-detail">
<p>Each team will have 5 minutes to showcase their idea to the judges.</p>
<p>Judges will select the top 5 teams to present to the group.</p>
<p>Of the top 5 teams, two will be declared winners.</p>
</div>
<div class="criteria-title">
<h2>Criteria</h2>
</div>
<div class="criteria-detail">
<div>
<h2>01</h2>
<p>Viability</p>
</div>
<div>
<h2>02</h2>
<p>Originality</p>
</div>
<div>
<h2>03</h2>
<p>Creativity</p>
</div>
<div>
<h2>04</h2>
<p>Wow Factor</p>
</div>
<div>
<h2>05</h2>
<p>Diversity of background and role</p>
</div>
</div>
<div class="map"></div>
<div class="location">
<p class="location-text">
There is a cafe in the building, with snacks and coffee - should your team need a break from hacking.
</p>
<p class="location-text">
Free parking is available at the building.
</p>
</div>
<div class="download">
<h2>⤓ Downloads</h2>
<a id="poster-link" href="./images/Ideathon-Poster.png"></a>
</div>
<div class="footer">
<aside id="made-with-love">Made with ❤ by Arielle, Julia, and Max</aside>
</div>
</div>
</body>
</html>