-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExercise1.html
More file actions
70 lines (67 loc) · 3.53 KB
/
Exercise1.html
File metadata and controls
70 lines (67 loc) · 3.53 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Our History</title>
</head>
<body>
<table border="0" width="100%">
<tr>
<td colspan="2">
<img src="banner2.jpg" width="100%" height="600px">
</td>
</tr>
<tr>
<td colspan="2">
<h1>Like many Calgary success stories, ours has a spirited beginning, an unprecedented growth spurt and a promising future.</h1>
<div class="history_text">
<p>Even before Alberta became a province in September 1905, the citizens of a very young Calgary were determined to host a post-secondary institution as part of building a great city.</p>
<p>In 1906, the Alberta Normal School (which would later become our own Werklund School of Education) began operations and provided a steady stream of educators for a new province eager to grow and advance quickly.</p>
<p>When the University of Alberta was founded in 1908 in Strathcona (now part of Edmonton), Calgarians were disappointed with the "branch plant" concept that ensued and lobbied for decades for an independent institution of their own. Students, faculty, staff, alumni, donors and volunteers joined together to support the cause, with great passion and commitment.</p>
<p>Their dedication was finally rewarded on April 29, 1966 when the University of Calgary was granted autonomy. From there, growth was fast and furious, as a new campus took shape and innovative educators came to Calgary from around the world.</p>
<p>In 2016-17, the University of Calgary marked its 50th Anniversary as an autonomous institution.</p>
<div>
<hr>
</td>
</tr>
</table>
<table class="table2">
<tr>
<td colspan="2">
<h1>The roads that brought us here</h1>
<p class="history_text">What are our defining moments? They wind through 50 years and countless memories, each one stamping a mark on the cultural and physical landscape of our city. We’re looking back but we’re pushing forward.</p>
</td>
</tr>
<tr>
<td class="td_image_width">
<img src="image11.jpg" alt="Calgary's urban evolution">
</td>
<td class="box1 box_text_color">
<h2>Calgary's urban evolution</h2>
<p class="history_text" style="color: white">A university and a city growing together side by side.</p>
<a href="https://ucalgary.ca/about/our-history/calgarys-urban-evolution" style="color: white">Read more</a>
</td>
</tr>
<tr>
<td class="box2 box_text_color">
<h2>Changing face of campus</h2>
<p class="history_text" style="color: white">Creating an intellectual hub to empower the problem-solvers of the future, today.</p>
<a href="https://ucalgary.ca/about/our-history/changing-face-campus" style="color: white">Read more</a>
</td>
<td class="td_image_width">
<img src="image21.jpg" alt="Changing face of campus">
</td>
</tr>
<tr>
<td class="td_image_width">
<img src="image31.jpg" alt="Culture and society">
</td>
<td class="box3 box_text_color">
<h2>Culture and society</h2>
<p class="history_text" style="color: white">Fueling the cultural and social transformation of a city and region.</p>
<a href="https://ucalgary.ca/about/our-history/culture-and-society" style="color: white">Read more</a>
</td>
</tr>
</table>
</body>
</html>