-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7370.html
104 lines (104 loc) · 5.94 KB
/
7370.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Us</title>
<link type="text/css" rel="stylesheet" href="lib/bootstrap-3.3.5/css/bootstrap.css"/>
<link type="text/css" rel="stylesheet" href="lib/bootstrap-3.3.5/css/bootstrap-theme.min.css" />
<link type="text/css" rel="stylesheet" href= "lib/css/7370.css"/>
<link rel="stylesheet" type="text/css" href="lib/css/set1.css">
</head>
<body>
<div class="row">
<div class="col-md-12 blue-head">
<h1 class="first-word">About <span class="second-word">Us</span></h1>
</div>
</div><!-- end of first row -->
<div class="container-fluid wrapper"><!--Document Wrapper-->
<div class="row">
<div class="col-md-12">
<p>We are current students in the San Quentin Code.7370 web development training class. For project phase of the curriculum we collaborated with Princeton University's Dr. Micaela Martinez-Bakker, an infectious disease ecologist, to implement an interactive data visualization.</P>
<p>The six week project was developed, for Project Tycho, to deploy as a fun and interactive alternative to static data visualizations. The web application we developed allows users to scroll through time-lines of the cases of measles, chickenpox, polio and influenza in the United States. </p>
</div>
</div><!-- end of second row -->
<div class="row">
<div class="rule"></div>
</div>
<div class="row">
<div class="col-md-4">
<div class="panel panel-gray ">
<div class="panel-body white-panel">
<div class="grid">
<figure class="effect-milo">
<img class="image-responsive" src="images/aly.png" alt="img03">
<figcaption>
<h2 class='first-word'>Aly Tamboura</h2>
<p class="sub-header">Employable in 10 months as a returned citizen.</p>
</figcaption>
</figure>
</div>
<!-- <img class="img-responsive our-pics" src="images/aly.png"> -->
<P>I am a front-end developer specializing in interactive web application engineering.</p>
<p>I have one year experience in client-side technologies with an emphasis on mobile first, agile web architecture using JavaScript, HTML5, CSS3, JQuery and Angular (MVC), to build a rich array of projects.</p>
<p>My interest is working in data visualizations using d3.js, NVD3.js, flot2.js and other libraries to transform raw data into interactive, vibrant visualizations.</p>
<p>When I am not programming, you can find me learning about new modern solutions to produce web based applications for clients.</P>
<p>In my spare time you can find me in the ocean scuba diving, spear fishing or partaking in my passion: underwater photography.</p>
</div><!--end panel body-->
</div>
</div>
<div class="col-md-4">
<div class="panel panel-gray ">
<div class="panel-body white-panel">
<div class="grid">
<figure class="effect-milo">
<img class="image-responsive" src="images/sam.png" alt="img03">
<figcaption>
<h2 class='first-word'>Sam Hearnes</h2>
<p class="sub-header">The Last Mile and Code 7370 changed my life!</p>
</figcaption>
</figure>
</div>
<p>I am front-end web application developer. I have six months experience with HTML5, CSS3, JavaScript, and js libraries J-Query, D3., as well as Twitter's Bootstrap.</p>
<p>My goal is to evolve into a full stack software engineer specializing in interactive data visualizations.</p>
<p>Outside of software engineering I enjoy working with diverse teams to develop community solutions. I am the co-founder of two self-help programs: Members of Modern American Society (a life skills program teaching job readiness, financial literacy, and business planning), and Green Life, which stresses the importance of healthy, sustainable living.</p>
<p>I am currently working to bring Toastmasters International back to San Quentin.</p>
</div><!--end panel body-->
</div>
</div>
<div class="col-md-4">
<div class="panel panel-gray">
<div class="panel-body white-panel">
<div class="grid">
<figure class="effect-milo">
<img class="image-responsive" src="images/lucious.png" alt="img03">
<figcaption>
<h2 class="first-word">Lucious Jackson, Jr.</h2>
<p class="sub-header">As Salaamu Alaikum! (Peace be upon you) Change is indeed possible</p>
</figcaption>
</figure>
</div>
<p>I am a client-side web developer and application architect with six months experience in writing computer code. I am proficient with JavaScript, HTML5, CSS3, Twitter Bootstrap and jQuery.</p>
<p>As I evolve, I am focused on learning the UI/UX side. My interest are in creating aesthetically pleasing, fun and interactive user environments.</p>
<p>I continue to gain experience in client-side technologies with each new js library I explore and use. My curiosity and pursuit of knowledge constantly takes me deeper into the exciting world of computer science.</p>
<p>When I am not coding I love to exercise and follow sports. But my passion is studying Al-Islam and immersion in my community.</P>
</div><!--end panel body-->
</div>
</div>
</div><!-- end of third row -->
<div class="row">
<div class="rule"></div>
</div>
</div><!--End Document Wrapper-->
<footer class="footer">
<div class="row">
<div class="col-md-12 bottom-cap">
<h6>Code 7370</h6>
</div>
<div class="col-md-12 home-row">
<a href="index.html"><img src="images/img-button-home.png" class="home-btn img-responsive"></a>
</div>
</div>
</footer>
<body>
</html>