-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompany.html
161 lines (152 loc) · 5.94 KB
/
company.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodeEd e.V. - Company</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Styles + Scripts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css" />
<link rel="stylesheet" type="text/css" href="./css/onepager.css" />
<script stype="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://rawgit.com/peachananr/onepage-scroll/master/jquery.onepage-scroll.js"></script>
<script src="https://smtpjs.com/v2/smtp.js"></script>
<script src="js/particles.js"></script>
<script src="js/main.js"></script>
<script src="js/company.js"></script>
<script src="js/sendMail.js"></script>
</head>
<body>
<nav>
<img id="logo" class="logo" src="./img/logo.svg">
<div class="right">
<a id="newbie" href="./index.html">Newbie</a>
<a id="partner" href="./company.html">Companies</a>
<a id="about-us" href="./about.html">About us</a>
<a id="contact-us">Contact</a>
</div>
</nav>
<aside>
<div class="top-line"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="bottom-line"></div>
</aside>
<div id="particles-js"></div>
<div class="main">
<section class="jumbotron">
<div class="landing-content">
<h1>
<span class="hi">Hi,</span><br> we are <img src="./img/logo.svg"><br> and we love to <span id="loveableThings"></span><br>
Who
are you?
</h1>
<div class="targets">
<a href="./index.html?redirect=true">
<div class="students">NEWBIE</div>
</a>
<div class="company">COMPANY</div>
</div>
</div>
</section>
<section>
<div class="landing-content">
<div class="landing-box">
<h2 class="landing-heading">Hello, Partner!</h2>
<p class="landing-text">
We're glad to see you're excited about CodeEd and are possibly even considering a partnership. Feel free to
browse
around and familiarize yourself with our past projects and philosophy, and consider shooting us an e-mail if what
you have learned excites you!
</p>
</div>
</div>
</section>
<section>
<div class="landing-content">
<div class="landing-box">
<h2 class="landing-heading">Your benefits</h2>
<p class="landing-text">
CodeEd can provide you with a platform to share your messages with students and technology enthusiasts. Our
network of motivated individuals can organize workshops for your organization, and you will find that many of them
also make for great candidates for internships or other positions.
<br>Our tried and tested approach to attract people to events supports this. Our members bring experience in event
management and have been the driving force behind
many loved projects here in Munich, for example the TUM Computer Science Club and the Munich WebDev Workshop
series.
</p>
</div>
</div>
</section>
<section>
<div class="landing-content">
<div class="landing-box">
<h2 class="landing-heading">Our philosophy</h2>
<p class="landing-text">
We believe that people are full of potential, and that education is the key to unlocking their capabilities. This
is why we base our philosophy and approach on the main pillars of mentorship, workshops, and knowledge sharing.
<br>We are also strong believers in the human component. Through fostering professional and personal bonds with
people,we are constantly working on creating and expanding a mutually beneficial and effective network.
</p>
</div>
</div>
</section>
<section>
<div class="landing-content">
<div class="landing-box">
<h2 class="landing-heading">How we operate</h2>
<p class="landing-text">
Through a variety of channels, we have cultivated a great network of excited and motivated people who see our
events as opportunities to grow, develop themselves, and get in touch with exciting partners and companies.
Especially our strong interaction with students of the Technical University of Munich attracts a crowd of highly
skilled and driven people to join us as members or attend the multitude of events that we are hosting.
</p>
</div>
</div>
</section>
<section class="contact-wrapper">
<div class="contact-content-wrapper">
<div class="contact-left">
<div class="contact-content">
<p class="contact-mail" href="mailto:[email protected]">Say Hi! [email protected]</p>
<div class="contact-box">
<p>
Push[Ctrl]+[s] to send.
</p>
<div class="topic">
~ Subject# <input id="mail-subject" type="text" placeholder="Subject"><br> ~ Your Address#
<input id="mail-from" type="text" placeholder="Your address"><br> ~ Message#
<br><textarea id="mail-message" placeholder="Your message."></textarea>
</div>
</div>
<div id="btn-send">
Send
</div>
</div>
</div>
<!-- <div class="contact-right">
<div class="contact-content">
Content of the right side
</div>
</div> -->
</div>
<div class="contact-footer">
© by CodeEd e.V. | <a href="./impress.html">Imprint</a>
</div>
</section>
</div>
</body>
</html>