-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcompetitions.html
More file actions
110 lines (78 loc) · 3.79 KB
/
Copy pathcompetitions.html
File metadata and controls
110 lines (78 loc) · 3.79 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="pagewithslides.css">
<title>OMMIC</title>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="pictures/favicon.png">
<link href="https://cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="navbarcolour">
<div class="navbar">
<div class="centerimg">
<img src="pictures/Branding/logoblack.png" class="logoheader" >
</div>
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="2018.html">OMMIC 2018</a>
<!--<a href="2017.html">OMMIC 2017</a>-->
<a href="competitions.html">Competitions</a>
<a href="2016.html">Past Events</a>
<a href="sponsorus.html">Sponsor Us</a>
<a href="contact.html">Contact</a>
<!-- <a href="FRindex.html">FR</a> -->
</div>
</div>
<!-- Slideshow at top -->
<div class="w3-content w3-section" style="background-color:#333;" >
<a href="seniordesign.html"> <img class="mySlides" src="pictures/seniordesign.png"></a>
<a href="juniordesign.html"> <img class="mySlides" src="pictures/juniordesign.png"></a>
<a href="communitydesign.html"> <img class="mySlides" src="pictures/communitydesign.png"></a>
</div>
</center>
<article>
<div style="max-width: 80%; margin-left:auto;margin-right:auto;">
<h1>Competitions</h1>
<hr />
<p>
OMMIC offers student innovative design competitions at both high school (junior), university (senior) levels, as well as members of the local community. Prizes are awarded at each level and all competitors are considered for the “Make A Difference” award. These competitions will challenge participants to develop an innovative solution in any discipline. Each student will design, build and operate their prototype; challenging both design skills and ability to present the design to our panel of judges.<br />
Fist and second place winners are eligable for <b>Cash prizes</b>.
</p>
<center>
<blockquote class="inspire">
“Creativity is thinking up new things. Innovation is doing new things.”— <b>Theodore Levitt</b>
</blockquote>
<h2>Learn More</h2>
<a href="juniordesign.html"><img class="imgbut" src="pictures/juniordesignbutton.png"></a>
<a href="seniordesign.html"><img class="imgbut" src="pictures/seniordesignbutton.png"></a>
<a href="communitydesign.html"><img class="imgbut" src="pictures/communitybutton.png"></a>
</center>
<br />
<h2>Awards</h2><hr />
<p>
Competitors registered in both the Junior or Senior Innovative Design competitions will automatically be eligible to win the “Make A Difference” award. This special award will be given to whichever team can demonstrate how their idea, project or prototype can solve an environmental, social or economical issue.
</p><center>
<img style="border-radius: 25px" src="pictures/makeadiffbutton.png">
</center>
</article>
</div>
<footer>
<a href="https://www.facebook.com/OMMIConference/?hc_ref=ARQKxPGRhiPQ1ZiIPno01NPJrDnJQR-cfzyEFn9eDZWD_EigD40nkXa1DCXXiLaGZsc&fref=nf" class="fa fa-facebook"></a>
<a href="https://twitter.com/ommiconference" class="fa fa-twitter"></a>
<a href="privacy.html" class="footer">Privacy Policy</a>
<a href="terms.html" class="footer">Terms of Service</a>
</footer>
</body>
<script src="carousel.js"></script>
</html>