-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
204 lines (204 loc) · 7.79 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="./utils/images/logo.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YTU Technology and Entrepreneurship Conference - 2021</title>
<meta name="keywords" content="html, css, javascript" />
<meta
name="description"
content="YTU Technology and Entrepreneurship Conference - 2021"
/>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap"
rel="stylesheet"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@700;800;900&display=swap"
rel="stylesheet"
crossorigin="anonymous"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Mobile CSS -->
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/main.css" />
<!-- Desktop CSS -->
<link rel="stylesheet" media="(min-width:768px)" href="css/desktop.css" />
</head>
<body class="flex-column-center">
<div class="upperside">
<ul class="upperside-ul">
<li><i class="fab fa-facebook-f light-grey upperside-item"></i></li>
<li><i class="fab fa-twitter light-grey upperside-item"></i></li>
<li><a href="#" class="logout light-grey upperside-item">Logout</a></li>
<li><a href="#" class="mypage light-grey upperside-item">Mypage</a></li>
<li><a href="#" class="korean light-grey upperside-item">Korean</a></li>
</ul>
</div>
<header class="bg-light-grey flex-column-center">
<nav>
<div class="nav-bg"></div>
<div class="light-black hamburger-menu-display" onclick="openNav()">
<i class="fas fa-bars hamburger-menu"></i>
</div>
<div id="myNav" class="overlay bg-light-black">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
>×</a
>
<div class="overlay-content">
<a href="./index.html">Home</a>
<a href="#about-us" onclick="closeNav()">About Us</a>
<a href="#past-activities" onclick="closeNav()">Past Activities</a>
<a href="#contact" onclick="closeNav()">Contact</a>
</div>
</div>
<div class="desktop-navbar">
<a href="./index.html" class="main-logo"
><img
src="./utils/images/logo.png"
alt="main logo"
class="main-logo-img"
/></a>
<ul class="navbar-ul">
<li>
<a href="./index.html" class="desktop-nav-link">Main Page</a>
</li>
<li>
<a href="#about-us" class="desktop-nav-link">About Us</a>
</li>
<li>
<a href="#past-activities" class="desktop-nav-link"
>Past Activities</a
>
</li>
<li><a href="#contact" class="desktop-nav-link">Contact</a></li>
</ul>
</div>
</nav>
<div class="container">
<img
src="./utils/images/—Pngtree—line-decorative-design-pattern_3634817.png"
alt="Background image"
class="bg-header-image"
/>
<img
src="./utils/images/—Pngtree—line-decorative-design-pattern_3634817.png"
alt="Background image"
class="bg-header-image-rotate"
/>
<div class="main-content">
<div class="main-content-headers flex-column-center">
<h2 class="special-color text-center">"Who are we?"</h2>
<h1 class="special-color text-center">
YTU ENTREPRENEURSHIP & TECHNOLOGY CLUB ACTIVITIES
</h1>
</div>
<div class="header-content text-center margin-top-big">
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Et,
illo! Rem cupiditate nemo minima voluptate laboriosam deserunt,
dignissimos quia incidunt id pariatur odit laborum sunt
reprehenderit labore blanditiis temporibus modi.
</p>
</div>
<div class="infos">
<p class="location light-black text-center">
<i
>Please Contact Us with Email for any further questions about
this activity!</i
</p>
</div>
</div>
</div>
</header>
<section class="about-us flex-column-center text-center" id="about-us">
<h2 class="about-us-head light-black heading-medium margin-top-big">
About Us
</h2>
<hr class="horizontal-line text-center" />
<img
src="https://securityconference.org/assets/media/e/5/csm_themen_cyber-security-and-technology_header_compr_2037a5dc78.jpg"
alt="about us community photo"
class="family-photo"
/>
<div class="about-us-content">
<p class="about-us-paragraph">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Id mollitia
magni enim ducimus repudiandae assumenda fugit dolorum doloribus
ratione dolor cum, fugiat consequatur quisquam quos deserunt amet illo
recusandae distinctio incidunt tenetur veritatis facilis excepturi
eum. Consectetur repellendus sunt, dolorum exercitationem maiores
optio architecto voluptates deserunt quia nemo quod magni.
</p>
<h4>
<br />
What do we promise to entrepreneurs and technology enthusiasts?
</h4>
<p>
<br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores ipsa
ipsam explicabo eveniet iure reiciendis accusamus libero expedita ea
suscipit?
</p>
</div>
<hr class="full-horizontal-line" />
</section>
<section class="past-activities" id="past-activities">
<h2 class="past-heading light-black heading-medium">
See the past Club Activities
</h2>
<hr class="horizontal-line text-center" />
<p class="past-content light-black text-center">
Take a look at the last two years activities which took place in
Istanbul
</p>
<div class="activities">
<div class="past-first-activity act">
<div class="first-activity-content flex-column-center">
<h3>2020</h3>
<p>YTU Technology Summit in Istanbul</p>
</div>
</div>
<div class="past-second-activity act">
<div class="first-activity-content flex-column-center">
<h3>2019</h3>
<p>YTU Technology Summit in Istanbul</p>
</div>
</div>
</div>
<hr class="full-horizontal-line" />
</section>
<footer class="footer flex-column-center" id="contact">
<h3 class="contact light-black heading-medium">Contact</h3>
<hr class="horizontal-line text-center" />
<div class="flex-row-center contact-details">
<img
src="./utils/images/ytu-logo-eng.jpg"
alt="yildiz technical university logo"
class="ytu-logo"
/>
<div class="adress">
<p class="phone-number">Phone: +90(535)2906493</p>
<p class="adress-details">
Davutpasa Mah. <br />
Davutpasa Caddesi<br />
34220 Esenler- Istanbul
</p>
</div>
</div>
</footer>
<script src="./js/about.js"></script>
</body>
</html>