-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·66 lines (66 loc) · 3.34 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
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Global Women in Technology</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Belgrano' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<header>
<a href="index.html"><img src="images/HEADER-GWITechLogo.png" /></a>
<div id="nav">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="location.html">Location</a></li>
<li><a href="apply.html">Apply</a></li>
<!-- <li class="social"><a href="#"><img src="images/HEADER-facebook.png" /></a></li> -->
<!-- <li class="social"><a href="#"><img src="images/HEADER-twitter.png" /></a></li> -->
</ul>
</div>
</header>
<div style="border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; padding: 20px 0 20px 0;">
<div id="content-wrapper">
<div id="content">
<div class="character"></div>
<h1>Global Women<br />In Technology</h1>
<p class="grey">We bring select women practicing Science, Technology, Engineering, and Mathematics (STEM) from around the world to Silicon Valley to help promote STEM education among U.S. female students, while also enabling those talented women to take entrepreneurship training and skills back home, empowering women everywhere.</p>
<p style="margin-bottom: 15px;"><a class="apply-link" href="about.html">Read More</a></p>
<p class="red">We will soon be accepting applications for the 10-week Silicon Valley Internship Program for the Summer of 2013 (SVIP '13)</p>
<!-- <a class="apply-link" href="apply.html">Apply</a> -->
</div>
<img src="images/CONTENT-woman.jpg" style="margin-top: 22px;" />
</div>
</div>
<div style="border-bottom: 1px solid lightgrey;">
<div id="module-wrapper">
<div class="module left">
<a href="program.html"><img src="images/MODULE-internship2.jpg" /></a>
<a href="program.html">Internship Program</a>
<p class="grey">A 10-week interdisciplinary program for women students and entrepreneurial leaders worldwide in the fields of Science, Technology, Engineering, and Mathematics.</p>
<!-- <div class="character"></div> -->
</div>
<div class="module middle">
<a href="partners.html"><img src="images/MODULE-partnership.png" style="border: 1px solid black;" /></a>
<a href="partners.html">Partnership</a>
<p class="grey">GWI Tech is proud to partner with other organizations committed to increasing the prominence of women involved in Science, Technology, Engineering, and Mathematics.</p>
<!-- <div class="character"></div> -->
</div>
<div class="module right">
<a href="location.html"><img src="images/MODULE-valley.png" /></a>
<a href="location.html">Silicon Valley</a>
<p class="grey">Find out what makes Silicon Valley the undisputed leader in technology and innovation</p>
<!-- <div class="character"></div> -->
</div>
</div>
</div>
<footer>
<div id="footer-wrapper">
<span id="copyright">© 2012 GWITech</span>
<span id="footer-logo"></span>
</div>
</footer>
</body>
</html>