-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
108 lines (102 loc) · 5.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no, initial-scale=1, height=device-height" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="noydir, noodp">
<meta name="description" content="Shift Appens - Make It Appen">
<meta name="keywords"
content="shift, appens, hackathon, coding, talks, 48hours, coimbra, 2020, apps, design, 13, April, jeKnowledge, nei, dei, cmc">
<meta name="author" content="Joana Sousa">
<meta property="og:title" content="Shift Appens" />
<meta property="og:description"
content="Shift APPens is a hackathon, always striving for a relaxed environment, where it seeks to foster healthy competition through a knowledge exchange from the world of technology among participants.">
<meta property="og:url" content="https://shiftappens.pt" />
<meta property="og:type" content="website" />
<link rel="canonical" href="https://www.shiftappens.pt">
<link rel="shortcut icon" type="image/png" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/reset.css">
<!-- <link rel="stylesheet" href="css/colors.css"> -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/about.css">
<script src="showMenu.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<title>Shift Appens</title>
</head>
<body>
<section class="lines_background">
<nav>
<div id="nav">
<img id="shift" onclick="window.location.href = 'index.html';" src="images/logo_c.png" alt="logo">
<div id="menu">
<div id="menu_nav">
<a href="about.html">ABOUT US</a>
<a href="faq.html">FAQ</a>
<a href="guide.html">GUIDE 2021</a>
<a href="index.html#partners">PARTNERS</a>
<a href="past.html">PAST</a>
<img id="tigre_mobile" src="images/tigre_mobile.svg" alt="tiger">
</div>
<form action="https://taikai.network/en/shift-appens/challenges/shiftappens2021" target="_blank">
<input id="taikai" type="submit" value="Register Here!" />
</form>
<img id="menu_icon" onclick=showMenu() src="images/menu.png" alt="menu">
</div>
</div>
</nav>
<main>
<section class="about">
<h1> Made with <a style="color:#EF376A">love</a> by us</h1>
<div class="cont_about">
<div class="text">
<img class="logo" onclick="window.location.href = 'https://nei.dei.uc.pt'" src="images/nei.svg" alt="nei">
<h3>Núcleo de Estudantes <br> de informática</h3>
<p>The Informatics Students Nucleus from the Academic Association of Coimbra is a group that aims to represent students in order to enrich and strengthen their experience and academic path. Thus, the students have the ability to develop their knowledge, at various levels, during their course at the University of Coimbra.
<br><br>NEI has the habit of performing several cultural, sports, recreational and formative activities. It also publishes and provides support in the organization of various events, promoting different spaces for free use.</p>
</div>
<div class="text">
<img class="logo" onclick="window.location.href = 'https://jeknowledge.pt'" src="images/jeK.svg" alt="jek" >
<h3>jeknowledge</h3>
<p>jeKnowledge is a Junior Company of FCTUC that was founded in 2008 in order to provide students the opportunity to apply their academic knowledge either in external or internal projects. These students attend several courses at the Faculty of Science and Technology, from Bachelor to Master.
<br><br>At jeKnowledge there are opportunities to work in multidisciplinary teams, as well as to develop new skills applicable in real situations.</p>
</div>
</div>
</section>
</main>
</section>
<footer>
<div class="contact">
<h3>Contact us</h3>
<p>+351 913 847 824
<br> +351 964 302 766
<br>[email protected]</p>
</div>
<div class="social">
<div class="social_img">
<a class="social_i" href="https://twitter.com/shiftappens"> <img src="images/twitter.svg" alt="logo_twitter"> </a>
<a class="social_i" href="https://facebook.com/shiftappens21"> <img src="images/facebook.svg" alt="logo_facebook"> </a>
<img id="shift_icon" onclick="window.location.href = 'index.html';" src="images/logo_icon.png" alt="logo">
<a class="social_i" href="https://www.instagram.com/shiftappens"> <img src="images/insta.svg"alt="logo_instagram"> </a>
<a class="social_i" href="https://www.linkedin.com/company/shift-appens"> <img src="images/linkedin.svg"alt="logo_linkedin"> </a>
</div>
<div class="social_text">
<a href="index.html">GO TO TOP</a>
<a href="faq.html">FAQ</a>
<a href="past.html">PAST</a>
<a href="about.html">ABOUT US</a>
</div>
</div>
<div class="made">
<div class="made_img">
<img src="images/nei.svg" onclick="window.location.href = 'https://nei.dei.uc.pt'" alt="logo_nei">
<img src="images/jeK.svg" onclick="window.location.href = 'https://jeknowledge.pt'" alt="logo_jek">
</div>
<p>Made with <a style="color:#EF376A">love</a> by us</p>
</div>
</footer>
</body>
</html>