-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.html
33 lines (30 loc) · 1.11 KB
/
requirements.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesss.css">
<title>requirements</title>
</head>
<body>
<section class="nav">
<nav>
<a href="index.html">Inicio</a>
<a href="The future.html">Future</a>
<a href="Program.html" target="_blank">Computer Engineering Program</a>
</nav>
</section>
<section class="titulo">
<h2>Education Level</h2>
<li>University</li>
<img src="./pictures/uf.png">
</section>
<section class="requirements">
<h2>Requirements</h2>
<div class="listas">
<li>A bachelor's degree in computer science or in another discipline with a significant programming component or completion of a college program in computer science is usually required.</li>
<Li>Specialization in programming for engineering and scientific applications requires specific post-secondary study or experience.</Li>
</div>
</section>
</body>
</html>