-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (168 loc) · 8.1 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
<!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, height=device-height, initial-scale=1.0">
<meta name="description" content="The capstone project ustin HTML, CSS & Javascript by VelzckC0D3.">
<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:wght@100;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/home.css">
<link rel="stylesheet" href="style/about.css">
<title>Velzck Capstone Project</title>
</head>
<body ontouchstart>
<!-- HEADER -->
<header id="top">
<div id="accessibilityCont">
<ul id="accessibility">
<li class="accessibilityOption"><a href="https://www.facebook.com/" target="_blank"
rel="noopener noreferrer"><img class="accessibilityIcon" src="style/icons/facebook.svg"
alt="facebook icon"></a></li>
<li class="accessibilityOption"><a href="https://twitter.com/velzck" target="_blank"
rel="noopener noreferrer"><img class="accessibilityIcon" src="style/icons/twitter.svg"
alt="twitter icon"></a></li>
<div id="languageWrapper">
<ul id="languageCont">
<li class="language">english</li>
<li class="language">spanish</li>
<li class="language">italian</li>
<li class="language">russian</li>
</li>
</ul>
</div>
<li class="accessibilityOption" id="register">register</li>
<li class="accessibilityOption" id="log-in">log in</li>
</div>
<div id="menuCont">
<div id="menu">
<button type="button" id="menuBtn" class="menuAction" aria-label="menu button"><img
src="style/icons/hamb-bars.svg" alt="menu icon"></button>
<div class="logoCont">
<a href="index.html">
<img id="menuLogo" src="style/logo/header-logo2.webp" alt="logo">
</a>
</div>
<ul id="menuBar">
<li class="menuItem"><a class="menuLink menuAction homeButton" href="index.html">home</a></li>
<li class="menuItem homeSection"><a class="menuLink menuAction" href="index.html#mainProgramCont">program</a></li>
<li class="menuItem homeSection"><a class="menuLink menuAction" href="index.html#speakersCont">featured</a></li>
<li class="menuItem"><a class="menuLink menuAction aboutButton" href="about.html">about</a></li>
<li class="menuItem aboutSection"><a class="menuLink menuAction" href="about.html#logoCont">logo</a></li>
<li class="menuItem"><a id="campaignBtn" class="menuLink menuAction" href="#festival">A&D Festival</a></li>
</ul>
</div>
</div>
</header>
<!-- HEADER -->
<!-- HOMEPAGE -->
<section id="homePage">
<!-- HERO -->
<section id="heroCont">
<div id="hero">
<p class="heroTitle">"hello designers of the world!"</p>
<h1 class="heroTitle">architecture and designers festival <br>2023</h1>
<p id="heroDescription">Welcome to the intrnational <span id="heroSpan">Architecture and Design festival
2023®</span> The best architects and designers around the globe to take the international prestigious
title. Let the architecture battle begin!</p>
<h2 id="heroDate">2023.08.25(FRY) ~ 27(SUN)</h2>
<a id="heroLocation" href="#" target="_blank">@ Medellín, the city of eternal spring</a>
</div>
</section>
<!-- ABOUT ME -->
<section id="mainProgramCont">
<div id="mainProgram">
<div id="titleCont">
<h3 id="programTitle">main program</h3>
</div>
<ul id="programUl">
<li class="programLi" tabindex="0">
<img class="programImg" src="style/program/lecture.svg" alt="lecutre icon">
<h2 class="programLiH2">lecture</h2>
<p class="programLiDesc">Listen to the speakers from various countries about the messages of sharing and
opening.</p>
</li>
<li class="programLi" tabindex="0">
<img class="programImg" src="style/program/exhibition.svg" alt="exhibition icon">
<h2 class="programLiH2">exhibition</h2>
<p class="programLiDesc">Appreciate various creations applying architecture and design of each artist.</p>
</li>
<li class="programLi" tabindex="0">
<img class="programImg" src="style/program/forum.svg" alt="forum icon">
<h2 class="programLiH2">forum</h2>
<p class="programLiDesc">Have the time to share your thoughts and opinions with experts for each topic.
</p>
</li>
<li class="programLi" tabindex="0">
<img class="programImg" src="style/program/workshop.svg" alt="workshop icon">
<h2 class="programLiH2">workshop</h2>
<p class="programLiDesc">Try creating your own work using open source license rather than just watching at
it.
</p>
</li>
<li class="programLi" tabindex="0">
<img class="programImg" src="style/program/ignite.svg" alt="ignite icon">
<h2 class="programLiH2">ignite</h2>
<p class="programLiDesc">get opportunities to network with CC affiliates around the world, also after the
summit.</p>
</li>
</ul>
<button type="button" aria-label="Join the festival" id="programButton"><a id="programLink" href="#"
target="_blank" rel="noopener noreferrer">Join A&D Festival 2023</a></button>
</div>
</section>
<!-- FEATURED SPEAKERS -->
<section id="speakersCont">
<h2 id="speakersTitle">Featured Speakers</h2>
<div id="speakersGrid">
</div>
<script src="/assets/dynamicSpeakers.js"></script>
<button type="button" class="more">more<img class="arrow" src="style/icons/arrow-down.svg"
alt="arrow down"></button>
</section>
</section>
<!-- HOMEPAGE -->
<!-- PARTNERS -->
<section id="partnersCont">
<div id="partners">
<h3 id="partnersTittle">Partners</h3>
<div id="partnersLogoCont">
<img class="partnerLogo" src="style/logo/partner-mozilla.svg" alt="mozilla logo">
<img class="partnerLogo" src="style/logo/partner-google.svg" alt="google logo">
<img class="partnerLogo" src="style/logo/partner-naver.svg" alt="naver logo">
<img class="partnerLogo" src="style/logo/partner-daumkakao.svg" alt="dumkakao logo">
<img class="partnerLogo" src="style/logo/partner-airbnb.svg" alt="airbnb logo">
</div>
</div>
</section>
<!-- PARTNERS -->
<!-- FOOTER -->
<footer id="footerCont">
<div id="footer">
<div id="copryright">
<div id="footerImgCont">
<img id="footerImg" src="style/logo/about-logo-complete.webp" alt="complete logo">
</div>
<h2 id="info">2023 - Alejandro Velasquez<br><span>VELZCK</span> All Rights Reserved</br></h2>
</div>
<div id="contact"></div>
<div id="socialMediaCont">
<ul id="socialMedia">
<p id="socialMediaText">follow me on my social medias</p>
<li class="socialMediaIcon"><a href="https://www.linkedin.com/in/velzckcode/" target="_blank"
rel="noopener noreferrer"><img src="style/icons/linkedin.svg" alt="linkedin icon"></a></li>
<li class="socialMediaIcon"><a href="https://github.com/VelzckC0D3/" target="_blank"
rel="noopener noreferrer"><img src="style/icons/github.svg" alt="github icon"></a></li>
<li class="socialMediaIcon"><a href="https://www.instagram.com/alejandro.velzck/" target="_blank"
rel="noopener noreferrer"><img src="style/icons/instagram.svg" alt="instagram icon"></a></li>
</ul>
</div>
</div>
</footer>
<!-- FOOTER -->
<script src="/assets/buttonsActions.js"></script> <!-- mobile menu interaction -->
<script src="/assets/switch.js"></script> <!-- mobile menu interaction -->
</body>
</html>