-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawards.html
More file actions
81 lines (77 loc) · 2.91 KB
/
awards.html
File metadata and controls
81 lines (77 loc) · 2.91 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
71
72
73
74
75
76
77
78
79
80
81
<style>
.award_card{
background: #222;
border: 0.1em solid white;
padding: 2em;
border-radius: 0.5em;
text-align: center;
margin: 1em;
color: white
}
.award_card h3{
font-weight: bolder;
}
.award_card table{
width: 100%;
}
.award_card table i{
margin: 10px;
font-size: 25px;
}
.award_card table a{
color: #99C3FF;
font-size: 25px;
}
.award_card table a:hover{
color: #0099FF;
font-size: 25px;
}
</style>
<center>
<div class="award_card">
<table>
<tr>
<td style="width: 15%;">
<img src="Tau_Beta_Pi_Association_seal.png" style="width: 100%;">
</td>
<td style="width: 5%;"></td>
<td style="width: 55%;">
<center><h3>Vice President and Scholar | Tau Beta Pi</h3></center>
<p align="left">Students ranked in the top 1/8th of your junior class or top 1/5th of your senior class are invited to join Tau Beta Pi. The Tau Beta Pi Association is the oldest engineering honor society and the second oldest collegiate honor society in the United States.</p>
<a href="https://en.wikipedia.org/wiki/Tau_Beta_Pi" target="_blank"><i class="fa fa-wikipedia-w"></i></a>
<a href="https://www.tbp.org/recruit/recruitHome.cfm" target="_blank"><i class="fa fa-globe"></i></a>
</td>
</tr>
</table>
</div>
<div class="award_card">
<table>
<tr>
<td style="width: 15%;">
<img src="honors.jpg" style="width: 100%;">
</td>
<td style="width: 5%;"></td>
<td style="width: 55%;">
<center><h3>Honors Student | University at Buffalo</h3></center>
<p align="left">The University Honors College is one of the most comprehensive and academically rich programs of its kind in the country.</p>
<a href="https://honors.buffalo.edu/" target="_blank"><i class="fa fa-globe"></i></a>
</td>
</tr>
</table>
</div>
<div class="award_card">
<table>
<tr>
<td style="width: 15%;">
<img src="scholar.jpg" style="width: 100%;">
</td>
<td style="width: 5%;"></td>
<td style="width: 55%;">
<center><h3>Dean's List Scholar | University at Buffalo</h3></center>
<p align="left">Full-time undergraduate students who demonstrate academic excellence by earning a grade point average (GPA) of at least 3.600 while completing a minimum of 15 or more UB credit hours, of which 12 are graded (A – F) credits, are named to the Dean’s List at the end of each semester.</p>
<a href="https://catalog.buffalo.edu/policies/deans_list.html" target="_blank"><i class="fa fa-globe"></i></a>
</td>
</tr>
</table>
</div>
</center>