-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgram.html
55 lines (52 loc) · 2.13 KB
/
Program.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
<!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="stylessss.css">
<title>Program</title>
</head>
<body>
<header>
<section class="titulo">
<div>
<h1>Computer Engineering</h1>
<h2>University of Toronto - St. George Campus</h2>
</div>
</section>
</header>
<section class="listas">
<h2>About the program</h2>
<li>The first two years of study are your foundation and are the same for both electrical and computer engineering undergraduates. Our students learn the principles of their disciplines by attending courses taught by our world-renowned faculty and gain real-world experience working with companies</li>
<li>Computer engineering students learn the hardware and software of computers. They study computer architecture and how computers can be used in industry, medicine and other systems, like communications or transit systems.</li>
<li>The computer engineering program at U of T allows students to focus their studies in the area of computers that most interests them. </li>
</section>
<section class="admision">
<div class="titol">
<h2>Requirements</h2>
</div>
<section class="imagenes">
<div class="imagen" alt="lola">
<img src="./pictures/requirements.png">
</div>
<div class="imagen">
<img src="./pictures/notes.png" alt="lola">
</div>
<div class="imagen">
<img src="./pictures/notes2.png" alt="lola">
</div>
</div>
</section>
<div class="kk"><h2>location</h2></div>
<section class="location">
<div class="imagon" alt="lolo">
<img src="./pictures/address.png">
</div>
<div class="imagon" alt="lolo">
<img src="./pictures/st.png">
</div>
</section>
<div class=mi><a href="https://www.utoronto.ca/university-life/campuses/st-george">Visit for more information</a></div>
</section>
</body>
</html>