-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
109 lines (108 loc) · 5.41 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
<!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">
<link rel="icon" type="image/x-icon" href="static/img/favicon.ico">
<link rel="stylesheet" href="static/css/style.css">
<title>LINCE - MAIA</title>
</head>
<body>
<main class="main-container">
<header>
<img class="header-img" src="./static/img/11202-equipe_maia.png" alt="LOGO MAIA"/>
<h1>MAIA - MOBILITY APPLIED AND ARTIFICIAL INTELLIGENCE</h1>
</header>
<article>
<section class="center-text">
<div>
<h1>THE FUTURE IS WAITING FOR YOU!</h1>
</div>
</section>
<br>
<section>
<div class="col-1">
<h1>MAIA</h1>
<p>
The MAIA team, which stands for Mobility Applied in Artificial Intelligence, has as its primary
mission to provide a valuable opportunity for students who want to improve their skills and knowledge
in artificial intelligence and apply them to practical projects.
</p>
<p>
Our team is dedicated to creating a learning and collaborative environment where students
interested in robotics and AI can not only expand their theoretical knowledge, but also put
it into practice by carrying out concrete projects. We believe that practical application
plays a key role in developing solid AI and engineering skills.
</p>
<p>
We offer challenges where participants can get involved in projects that address real-world
challenges, allowing them to apply AI algorithms, data analysis and machine learning techniques
to everyday situations. This not only enriches the learning experience, but also prepares our
members to face the challenges of industry and AI research with confidence.
</p>
</div>
<div class="col-2">
<h1>CATEGORIES</h1>
<ul>
<li>
<h4>Donkey Car:</h4>
<ul>
<li>
A small-scale autonomous vehicle that encompasses the fields of software engineering,
electronics, and mechanics.
</li>
</ul>
</li>
<br>
<li>
<h4>Eletric Scooter:</h4>
<ul>
<li>
Primary goal is to develop an intelligent mode of transportation tailored for college
students, encompassing the fields of safety, software engineering, electronics, and mechanics.
</li>
</ul>
</li>
<br>
<li>
<h4>InMoov:</h4>
<ul>
<li>
The aim of this category is to create an AI-powered humanoid, covering the fields of
software engineering, electronics, and biomechanics.
</li>
</ul>
</li>
<br>
<li>
<h4>Management:</h4>
<ul>
<li>
It oversees projects, people, and financial management
</li>
</ul>
</li>
<br>
<li>
<h4>Marketing:</h4>
<ul>
<li>
They handle social media, create various content (such as texts, presentations,
image and video editing, etc.)
</li>
</ul>
</li>
</ul>
</div>
</section>
<section class="center-text">
<button class="section_btn">
<a class="section_btn_text" href="./article.html"><b>Seletive Process</b></a>
</button>
</section>
</article>
</main>
<script src="static/js/sticky-script.js"></script>
</body>
</html>