-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.64 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>TechDiversified</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<!--[if lte IE 8]>
<script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css"/>
</noscript>
<link rel="stylesheet" href="css/splash-style.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/v8.css"/><![endif]-->
</head>
<body>
<!-- Header -->
<div class="clearfix">
<div class="right-panel">
<div class="hero">
<img class="logo" src="images/splash/logo_trans.png" />
</div>
</div>
<div class="left-panel">
<img class="logo" src="images/splash/logo.jpg" />
<div class="content">
<p>
Tech Diversified is a Seattle-area
organization that helps people of color
prepare for a career in the technology
sector by offering a blend of technical
training, career counseling and mentoring.
</p>
<p class="paragraph2">
Please check out our Meetup group or contact us: apollolm at hotmail.com
</p>
</div>
<div class="meetup">
<a href="http://www.meetup.com/Tech-Diversified/" target="_blank"><img src="images/splash/meetup.png" /></a>
</div>
</div>
</div>
</body>
</html>