forked from Edu4Chip/edu4chip.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
138 lines (124 loc) · 4.62 KB
/
join.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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<!--
Modifications (e.g., colour palette, layout, etc.) were made to the original design.
License: <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.
-->
<html>
<head>
<title>Edu4Chip</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Edu4Chip</strong> - Joint Education for Advanced Chip Design in Europe</a>
<ul class="icons" style="">
<li>
<a href="#" class="icon">
<span class="image" style="margin-bottom:-10px; margin-top:-7px;">
<img src="images/logo_small.png" style="height:37px; width:37px;" alt="" />
</span>
</a>
</li>
</ul>
</header>
<!-- END Header -->
<!-- ABOVE THIS POINT IS COMMON TO ALL PAGES -->
<!--------------------------------------------->
<!--------------------------------------------->
<!-- Content -->
<section>
<header class="main">
<h1>Join the program</h1>
</header>
<!-- Descriptions -->
<!--h2 id="content">How to join the program</h2-->
<p>
Content expected October 2024.
</p>
</section>
<!-- END Descriptions -->
<!--------------------------------------------->
<!--------------------------------------------->
<!-- BELOW THIS POINT IS COMMON TO ALL PAGES -->
<!-- Pagefooter -->
<pagefooter id="pagefooter">
<div class="text">
<strong>Edu4Chip</strong> - Joint Education for Advanced Chip Design in Europe is funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Health and Digital Executive Agency (HADEA). Neither the European Union nor the granting authority can be held responsible for them.
</div>
<div class="image">
<img src="images/funded_by_the_EU.png" alt="Funded by the European Union" style="height:70px;"/>
</div>
</pagefooter>
<!-- END Pagefooter -->
<!-- Copyright -->
<copyright id="copyright">
<div class="text">
© Untitled. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.
</br>
Modifications (e.g., colour palette, layout, etc.) were made to the original design.
</br>
License: <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.
</div>
</copyright>
<!-- END Copyright -->
</div>
</div>
<!-- END Main -->
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="program.html">Program and Curriculum</a></li>
<li><a href="join.html">Join the Program</a></li>
<li><a href="summer2025.html">Summer School 2025</a></li>
<!--li>
<span class="opener">Summer Schools</span>
<ul>
<li><a href="summer_schools.html">Summer School 2025</a></li>
<li><a href="summer_schools.html">Summer School 2026</a></li>
<li><a href="summer_schools.html">Summer School 2027</a></li>
</ul>
</li-->
<li><a href="news.html">News and Achievements</a></li>
<li><a href="project.html">Project Details</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- END Menu -->
</div>
</div>
<!-- END Sidebar -->
</div>
<!-- END Wrapper -->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- END Scripts -->
</body>
</html>