-
Notifications
You must be signed in to change notification settings - Fork 2
/
international.html
104 lines (78 loc) · 3.59 KB
/
international.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Solar Decathlon: International Solar Decathlon Competitions</title>
<!--#include virtual="/client/template/global-head.html" -->
<script>
$(function() { window.solard = { pagevars: { topnav: 'international' } } })
</script>
</head>
<body>
<!--#include virtual="/client/template/global-banner-topnav.html" -->
<!--#include virtual="/2015/client/template/2015-banner-topnav.html" -->
<!--#include virtual="/client/template/global-breadcrumbs.html" -->
<div class="container" id="content">
<div class="row">
<!-- BEGIN CONTENT -->
<div class="col-sm-9 col-sm-push-3">
<div class="image-hero">
<img src="assets/images/international.jpg" alt="" class="img-responsive">
</div>
<h1>International Solar Decathlon Competitions</h1>
<p>Since the <a href="/past/2002/index.html">first competition in 2002</a>, the Solar Decathlon has expanded internationally to include four additional worldwide competitions: Solar Decathlon China, Solar Decathlon Europe, Solar Decathlon Latin America and Caribbean, and Solar Decathlon Middle East.</p>
<div class="media-block media-block-center">
<div class="row">
<div class="col-sm-3">
<a href="/international-china.html"><img class="img-responsive" src="assets/images/sd-china.jpg" alt="Solar Decathlon China"></a>
</div>
<div class="col-sm-9">
<h4 class="header"><a href="/international-china.html">Solar Decathlon China <i class="fa fa-chevron-circle-right"></i></a></h4>
</div>
</div>
</div>
<div class="media-block media-block-center">
<div class="row">
<div class="col-sm-3">
<a href="/international-europe.html"><img class="img-responsive" src="assets/images/sd-europe-logo.gif" alt="Solar Decathlon Europe"></a>
</div>
<div class="col-sm-9">
<h4 class="header"><a href="/international-europe.html">Solar Decathlon Europe <i class="fa fa-chevron-circle-right"></i></a></h4>
</div>
</div>
</div>
<div class="media-block media-block-center">
<div class="row">
<div class="col-sm-3">
<a href="/international-latin-america.html"><img class="img-responsive" src="assets/images/sd-lac-logo.png" alt="Solar Decathlon Latin America and Caribbean"></a>
</div>
<div class="col-sm-9">
<div class="">
<h4 class="header"><a href="/international-latin-america.html">Solar Decathlon Latin America and Caribbean <i class="fa fa-chevron-circle-right"></i></a></h4>
</div>
</div>
</div>
</div>
<div class="media-block media-block-center">
<div class="row">
<div class="col-sm-3">
<a href="/international-middle-east.html"><img class="img-responsive" src="assets/images/sd-middle-east.jpg" alt="Solar Decathlon Middle East"></a>
</div>
<div class="col-sm-9">
<h4 class="header"><a href="/international-middle-east.html">Solar Decathlon Middle East <i class="fa fa-chevron-circle-right"></i></a></h4>
</div>
</div>
</div>
</div> <!--/column -->
<!-- END CONTENT -->
<!-- SIDE COLUMN -->
<!--#include virtual="/client/template/global-leftnav.html" -->
<!-- END SIDE COLUMN -->
</div><!-- /row -->
</div> <!-- /container#content -->
<!--#include virtual="/client/template/global-footer.html" -->
<!--#include virtual="/client/template/global-scripts.html" -->
</body>
</html>