-
Notifications
You must be signed in to change notification settings - Fork 4
/
article.html
125 lines (115 loc) · 4.54 KB
/
article.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
<!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>
<header class="center-text">
<div>
<h1>SELETIVE PROCESS</h1>
</div>
</header>
<br>
<section>
<div class="col-1">
<p>
The team is looking for people who are willing to learn, committed to the team and the projects,
and who are enthusiastic about developing skills in different types of technologies and engineering areas.
</p>
<p>
See the WhatsApp group description for more information.
</p>
</div>
<div>
<p>
The categories available in this Selective Process are:
</p>
<ul>
<li>
Donkey Car
</li>
<li>
Eletric Scooter
</li>
<li>
InMoov
</li>
<li>
Management
</li>
<li>
Marketing
</li>
</ul>
</div>
</section>
<br>
<br>
<br>
<hr>
<br>
<br>
<br>
<section>
<div class="col-1">
<h1>ARTICLE - OPTIONAL</h1>
<p>
In this seletive process (2023 - 2° semester), the article about artificial intelligence is optional.
</p>
<p>
If you're willing to write this article, we offer a little help. Down here we have some
links with concepts and examples about artificial intelligence, and these links can be
useful to the writing process.
</p>
</div>
<div class="col-2">
<h1>DOUBTS</h1>
<p>
f you have any doubts or questions about the seletive process or something related, you
can send any of the admin's a text!
</p>
<p>
Or you can send a e-mail to us: <b>[email protected]</b>
</p>
</div>
</section>
<br>
<footer>
<ul class="links">
<li>
<a href="https://firstlinesoftware.com/blog/fundamentals-of-ai-how-do-we-teach-machines-to-act-like-humans/" data-text="Fundamentals of AI: How do we teach machines to act like humans?"></a>
</li>
<li>
<a href="https://www.bbc.com/future/article/20211126-how-driverless-cars-will-change-our-world" data-text="How driverless cars will change our world"></a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=ad79nYk2keg" data-text="What Is Artificial Intelligence? | AI In 5 Minutes"></a>
</li>
<li>
<a href="https://www.youtube.com/user/BostonDynamics" data-text="Boston Dynamics"></a>
</li>
</ul>
</footer>
<br>
<br>
<section class="center-text">
<button class="section_btn">
<a class="section_btn_text" href="./index.html"><b>Home</b></a>
</button>
</section>
</article>
</main>
<script src="static/js/sticky-script.js"></script>
</body>
</html>