-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (189 loc) · 8.7 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EBK1DVWG79"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EBK1DVWG79');
</script>
<meta name="google-site-verification" content="lnpPyETQKBel4PmP0A9Ep8qqqfuzvb8Hr-AqWCYGoKU" />
<style>
/* Styles for small screens */
@media (max-width: 767px) {
.large-image {
display: none;
}
.small-image {
display: block;
}
}
/* Styles for larger screens */
@media (min-width: 768px) {
.large-image {
display: block;
}
.small-image {
display: none;
}
}
</style>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Creative Abstract Competition @ ISIE 2023</title>
<meta content="This is the official website for the Creative Abstract Competition at ISIE 2023. Submit your abstracts and view entries here!" name="description" />
<meta content="Creative Abstract Competition, ISIE 2023, Industrial Ecology, Leiden University, abstracts, entries" name="keywords" />
<!-- Favicons -->
<link href="assets/img/logo_tiny.png" rel="icon" />
<link href="assets/img/logo_tiny.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet" />
<!-- Custom CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-lg-0">
<img src="assets/img/logo_tiny.png" alt=""/>
<h1 class="title">Creative Abstract Competition @ ISIE 2023</h1>
</a>
<img src="assets/img/ISIE-logo-white.png" class="small-image" alt=""/>
<img src="assets/img/UL-white.png" class="small-image"/>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="winners.html" >Winners</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html">View entries</a></li>
<li><a href="submit.html">Submit</a></li>
<li><a href="prizes.html">Prizes</a></li>
<li><a href="people.html">People</a></li>
</ul>
</nav>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="m<script>
window.addEventListener('resize', function() {
var image = document.getElementById('image');
var smallImageSrc = 'assets/img/logo_text_stacked_mobile.png';
var largeImageSrc = 'assets/img/logo_text_stacked.png';
if (window.innerWidth < 768) {
image.src = smallImageSrc;
} else {
image.src = largeImageSrc;
}
});
</script>obile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
</div>
</header>
<!-- End Header -->
<main id="main" data-aos="fade" data-aos-delay="200">
<div class="page-header d-flex align-items-center">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="text-center" style="padding-bottom: 30px">
<br></br><br></br>
<div class="image-container">
<img src="assets/img/logo_text_stacked.png" alt="Creative Abstract Competition" id="image" />
</div>
<br></br>
<div class="d-flex flex-column justify-content-center align-items-center">
<!-- <a href="submit.html" class="btn btn-primary mb-3" role="button" style="
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1rem;
">SUBMIT YOUR WORK</a> -->
<!-- <a href="gallery.html" class="btn btn-primary btn-lg mb-3" role="button" style="
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1rem;
">VIEW SUBMISSIONS</a> -->
</div>
<div class="col-lg-12 text-center">
<a href="https://drive.google.com/file/d/1Edr6NCd5-tYRPQdpOJYoFiEGQ9iPA1Rp/view?usp=sharing" class="btn btn-primary btn-lg" role="button"
style="
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1rem;
">VIEW THE WINNERS VIDEO</a>
<br></br>
<div class="container">
<div class="row gy-3 justify-content-center">
<h2 style="font-size: large;">
Abstracts should be informative, but could they also be fun? <br>
Would you like to shine a different light on your research, and maybe WIN A PRIZE? <br>
Turn your research into a something creative and enter the competition!<br>
<h3 style="color:white; font-weight:bold">€1200 in prize money!</h3>
<h4 style="color:white"> Many thanks to <a href="https://www.is4ie.org/" style="color:var(--color-squash); font-weight:bold">ISIE</a> </a> and <a href="https://www.ecoinvent.org/" style="color:var(--color-squash); font-weight:bold">ecoinvent</a> for their support </h4>
</h2>
<p>
A satellite event of the <a style="color:var(--color-squash)" href="https://isie2023netherlands.nl/home">International Conference on
Industrial Ecology</a>
<br>
July 2-5, 2023 in Leiden, Netherlands
</p>
</div>
<div class="row gy-4 justify-content-center">
</div>
</div>
</div>
</div>
<div class="image-container">
<img src="assets/img/isie-logo-wit.png" class='medium-image' alt="ISIE logo"/>
<img src="assets/img/ecoinvent-white.png" class='medium-image' alt="ecoinvent logo" />
</div>
</div>
</div>
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer" style="text-align: center">
<strong><span>Creative abstract competition at the ISIE2023 - 11th International
Conference on Industrial Ecology</span></strong>
<div class="footer-link" style='color:var(--color-grey)'>
<a href="index.html">Home -</a>
<a href="about.html"> About -</a>
<a href="gallery.html"> Gallery -</a>
<a href="submit.html"> Submit -</a>
<a href="prizes.html"> Prizes -</a>
<a href="people.html"> People </a>
</div>
</footer>
<!-- End Footer -->
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
window.addEventListener('resize', function() {
var image = document.getElementById('image');
var smallImageSrc = 'assets/img/logo_text_circle.png';
var largeImageSrc = 'assets/img/logo_text_stacked.png';
if (window.innerWidth < 768) {
image.src = smallImageSrc;
} else {
image.src = largeImageSrc;
}
});
</script>
</body>
</html>