generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
180 lines (155 loc) · 7.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raspbian Community | Conference</title>
<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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="header mobile-header desktop-header">
<div class="padx mobile-header--hamburgur_icon active">
<span class="bar bar-1"></span>
<span class="bar bar-2"></span>
<span class="bar bar-3"></span>
</div>
<nav class="padx desktop-cta__container">
<ul class="desktop-cta__container--uList">
<li class="list"><a href="#" class="uList_link" rel="noopener" target="_blank" aria-label="connect with us on facebook"><i class="fa-brands fa-facebook-f icon"></i></a></li>
<li class="list"><a href="#" class="uList_link" rel="noopener" target="_blank" aria-label="connect with us on twitter"><i class="fa-brands fa-twitter icon"></i></a></li>
<li class="list">
<select name="lang" id="lang" class="lang-prefer" aria-label="choose language">
<option value="eng" class="opt">English</option>
<option value="kr" class="opt">한국어</option>
<option value="hi" class="opt">हिन्दी</option>
<option value="pb" class="opt">ਪੰਜਾਬੀ</option>
<option value="ur" class="opt">اردو</option>
<option value="ar" class="opt">عربى</option>
<option value="ru" class="opt">русский</option>
</select>
</li>
<li class="list"><a href="#" class="uList_link" aria-label="click on the link to see my page">My Page</a></li>
<li class="list"><a href="#" class="uList_link" aria-label="logout button">Logout</a></li>
</ul>
</nav>
<nav class="padx header-main_nav">
<a href="./index.html"><img src="./assets/color-logo.svg" alt="raspberry pi foundation" class="header-main_nav-logo"></a>
<ul class="header-main_nav__ul">
<li class="list active">
<a href="./index.html" id="home" class="link">Home</a>
</li>
<li class="list">
<a href="./about.html#about" id="about" class="link">About</a>
</li>
<li class="list">
<a href="#highlight" class="link">Program</a>
</li>
<li class="list">
<a href="#featured" class="link">Join</a>
</li>
<li class="list">
<a href="#partner" class="link">Sponsor</a>
</li>
<li class="list">
<a href="https://github.com/skyv26" class="link">Contact</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<!-- Event Info Section -->
<section class="section padx event-info" id="headline">
<h1 class="welcome">"Hello, Sharing world"<br /><span class="banner">Raspbian Foundation<br />Annual Conference<br /></span><span class="year">2022</span></h1>
<p class="summary">We’re thrilled to be joining over 1000 computing educators in the USA<span class="summary-break"> at the Computer Science Teachers Association (CSTA) Annual Conference in Chicago in July.</span></p>
<p class="dates">2022.09.22(THU) ~ 30(FRI)<br /><span class="venue">@ RPi Computing Education Research, Cambridge, UK</span> </p>
</section>
<!-- END -->
<!-- Highlight Section -->
<section class="section padx observe program-highlight" id="highlight">
<h2 class="program-highlight_heading">main program</h2>
<ul class="program-highlight_group">
<li class="program-highlight_group--list">
<div class="list-image_container">
<i class="fa-solid fa-person-chalkboard icon"></i>
</div>
<p class="topic">Conference</p>
<p class="detail">Listen to lectures from speakers learn about the latest trends in the world.</p>
</li>
<li class="program-highlight_group--list">
<div class="list-image_container">
<i class="fa-solid fa-ranking-star icon"></i>
</div>
<p class="topic">RPi Exhibition</p>
<p class="detail">Let's meet the artists from various fields, share the open spirit of Community.</p>
</li>
<li class="program-highlight_group--list">
<div class="list-image_container">
<i class="fa-solid fa-comments icon"></i>
</div>
<p class="topic">Forum</p>
<p class="detail">We have time to share our thoughts and opinions with experts by topic.</p>
</li>
<li class="program-highlight_group--list">
<div class="list-image_container">
<i class="fa-solid fa-bolt icon"></i>
</div>
<p class="topic">Workshop</p>
<p class="detail">You can create your own creations using open source by looking at them.</p>
</li>
<li class="program-highlight_group--list">
<div class="list-image_container">
<i class="fa-solid fa-group-arrows-rotate icon"></i>
</div>
<p class="topic">Networking</p>
<p class="detail">Get chance to network with communities after summit.</p>
</li>
</ul>
<a href="" target="_blank" rel="noopenner" class="program-highlight_join">Join Conference 2022</a>
</section>
<!-- END -->
<section class="section padx featured-speaker" id="featured">
<h2 class="featured-speaker_heading">featured speakers</h2>
<ul class="featured-speaker_group">
</ul>
<button class="featured-speaker_more" type="button" >more<i class="fa-solid fa-chevron-down icon"></i></button>
</section>
<section class="section padx partners" id="partner">
<h2 class="partners_heading">partners</h2>
<ul class="partners_group">
<li class="list">
<img src="./assets/brands/google.svg" alt="google" class="brands">
</li>
<li class="list">
<img src="./assets/brands/atlassian.svg" alt="atlassian" class="brands">
</li>
<li class="list">
<img src="./assets/brands/workday.svg" alt="workday" class="brands">
</li>
<li class="list">
<img src="./assets/brands/bnyMelton.svg" alt="bny melton" class="brands">
</li>
<li class="list">
<img src="./assets/brands/oracle.svg" alt="oracle" class="brands">
</li>
</ul>
</section>
</main>
<footer class="footer padx">
<a href="https://www.raspberrypi.org/" class="footer-link">
<img src="./assets/color-logo.svg" alt="click to see raspberry pi foundation" class="footer-link_logo">
</a>
<div class="footer--credits">
<p class="text">2022 Raspbian Community Conference </p>
<p class="credit developer">Made with ❤️ By <a href="https://www.linkedin.com/in/devaakash/" class="credit_link">Aakash Verma</a></p>
<p class="credit designer">Inspired by <a href="https://www.behance.net/adagio07" class="credit_link">Cindy Shin 💎</a></p>
</div>
</footer>
<script src="./js/index.js" type="module"></script>
</body>
</html>