-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
68 lines (64 loc) · 4.15 KB
/
team.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Our Team - 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 class="active"><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 id="page-title">
<div class="width-wrapper">
<h1>Our Team</h1>
</div>
</div>
<div class="width-wrapper">
<div class="main-content" style="width: 972px; border: none;">
<div class="team-member">
<img class="portrait" src="images/TEAM-rishi.jpg" />
<a name="rishi"><p class="red">Rishi Sharma, Program Director</p></a>
<p class="grey">Rishi is the co-founder of Global Women in Technology and is Program Director for The Silicon Valley Internship Program and Mentorship Program. He is currently studying for a B.S. in Electrical Engineering and Computer Sciences at UC Berkeley, where he is pursuing his passion for brain-computing interfaces.</p>
<p class="grey">Rishi, a Bay Area native, believes in the importance of a more balanced work force in the technology industry of Silicon Valley, and that having more entrepreneurial women in STEM will ultimately foster greater innovation.</p>
</div>
<div class="team-member">
<img class="portrait" src="images/TEAM-lena.jpg" />
<a name="lena"><p class="red">Lena Shagieva, Global Ambassador</p></a>
<p class="grey">Lena is the co-founder and a Global Ambassador for Global Women in Technology. She is a brilliant graphic designer and illustrator who followed her dreams from Russia to the Silicon Valley, where she does a wide variety of design work from web design to album covers and cinematography.</p>
<p class="grey">Lena's entrepreneurial spirit and technical expertise is exactly the type we hope to foster through our programs. Lena is an inspiration to young women around the world and in the U.S. to follow their own dreams in Science, Technology, Engineering, and Mathematics.</p>
</div>
<div class="team-member">
<img class="portrait" src="images/TEAM-gabriel.jpg" />
<a name="gabriel"><p class="red">Gabriel Baldinucci, Strategic Advisor</p></a>
<p class="grey">Gabriel is the co-founder and a Strategic Advisor for Global Women in Technology. He brings a wealth of experience as an entrepreneur, investor, and executive with Virgin Group and Singularity University.</p>
<p class="grey">Gabriel is passionate about promoting entrepreneurship around the globe, and creating environments where ideas and innovation can thrive.</p>
</div>
<div class="team-member">
<img class="portrait" src="images/TEAM-kip.jpg" />
<a name="kip"><p class="red">Kip Stringfellow, Strategic Advisor</p></a>
<p class="grey">Kip is the co-founder and Strategic Advisor for Global Women in Technology. Kip has international entrepreneurial and business experience, having worked in China as a marketing consultant, where he also started several businesses as an entrepreneur.</p>
<p class="grey">He believes in the power of entrepreneurship to solve global challenges, and is passionate about developing ideas, projects, and businesses that aim to create positive impact on an international level.</p>
</div>
</div>
</div>
<footer>
<div id="footer-wrapper">
<span id="copyright">© 2012 GWITech</span>
<span id="footer-logo"></span>
</div>
</footer>
</body>
</html>