-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicsLogos.html
108 lines (99 loc) · 3.74 KB
/
MicsLogos.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Minorites in Computer Science</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/micsBootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/mics.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<p>While the logo for MiCS has some appeal, I would like for the new members to consider the alternatives and choose one. You can also propose new ones for consideration.</p>
<table style="width: 80%">
<tr>
<td>
<img alt="original logo" src="img/logo00.jpg" width="352" height="234"></td>
<td>
<img alt="1wbg" src="img/MiCS%201wbg.png" width="351" height="219"></td>
</tr>
<tr>
<td>
<img alt="2wbg" src="img/MiCS%202wbg.png" width="349" height="208"></td>
<td>
<img alt="3wbg" src="imgMiCS%203wbg.png" width="349" height="272"></td>
</tr>
<tr>
<td>
<img alt="7wbg" src="img/MiCS%207wbg.png" width="365" height="276"></td>
<td>
<img alt="6wbg" src="img/MiCS%206wbg.png" width="347" height="262"></td>
</tr>
<tr>
<td>
<img alt="4wbg" src="img/MiCS%204wbg.png" width="349" height="308"></td>
<td>
<img alt="8wbg" src="img/MiCS%208wbg.png" width="381" height="306"></td>
</tr>
<tr>
<td>
<img alt="9wbg" src="img/MiCS%209wbg.png" width="339" height="276"></td>
<td>
<img alt="10wbg" src="img/MiCS%2010wbg.png" width="378" height="292"></td>
</tr>
<tr>
<td>
<img alt="Blackback" src="img/MiCSNewLogoBlack.png" width="348" height="265"></td>
<td>
<img alt="WhiteBack" src="img/MiCSNewLogoWhite.png" width="376" height="276"></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © MICS 2015</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>