forked from cashmann/CS4Iowa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
99 lines (90 loc) · 5.37 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro" rel="stylesheet">
<link rel='shortcut icon' href='images/csforia_final_baK_icon.ico'>
<title>About the Team</title>
</head>
<body>
<header>
<div class="forIowa">
<img src="images/CSforIA_FINAL.png">
</div>
<div>
<h1 class="cs4ia">Computer Science <span>for</span> Iowa</h1>
</div>
<div><p class="buyline">A joint project with NewBoCo & DeltaV Code School</p></div>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="data.html">Data</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
</ul>
</nav>
</header>
<div class="bodyWrapper">
<section>
<img src="images/Ben 2.png" >
<p>
Hey there. I'm Ben Van Meter.
</p>
<p>
For the past 17 years I've been in the graphic design profession, mainly on the publishing side of things. With that said, as
the desire to do design work on paper products have become extinct (or outsourced). Therefore, I thought what better way to bulk up
my graphic design experience with coding experience. With zero prior knowledge of coding, I decided to dive into the realm of coding
through the DeltaV code course.
</p>
<p>
Responsibilities for this project: Work side-by-side with Craig to strengthen my Javascript skills; create CSS elements that would
be consistently used across all pages (the header information and footer information) and set up CSS elements for the index page. I was
also an source of design and color information/suggestions that helped out the rest of the team in regard of giving the site a visual appeal.
</p>
</section>
<section>
<img class="aboutImage" src="images/Taylor 2.png" >
<p>My name is Taylor Robinson and I'm currently a student at the DeltaV Code School. I started this class because computers have been a big part of my life and I wanted to pursue a career in web development. I am very proficient when it comes to using computers, but before this class I had very little experience with writing code and building web pages. I've had a great experience working on this web page because younger minds in Iowa should be shown that coding and web development are very viable career paths. The ultimate goal is to increase exposure, as well as the amount of schools that offer Computer Science classes. Computer Science is a big part of the future and it's our hopes to get Iowa fully on board. </p>
</section>
<section>
<img src="images/craig.png" >
<p>With a Management Information Systems Degree, I have worked with medium retail businesses
for the last 15 years and enjoy using my knowledge to create value for those companies. I am currently
a DeltaV student, as well as a Kirkwood Community College student finishing a Computer Software Development
and Web Technologies Associate in Applied Science. I am effective at learning and integrating those new technology
skills into my development process. I am hoping to find a role creating world class business applications for small
to medium size businesses. As a small business owner I know the importance of having a strategic business plan that
includes a technology as a main component to their success; and I want to share my management skills and experiences
with them to help them overcome the boundaries that all businesses face in the global market.. </p>
</section>
<section>
<img class="aboutImage" src="images/nathan.png" >
<p>Nathan Cashman - An ex-music educator with a bachelor's degree from Drake University. After choosing to leave
the field of education, he decided to follow an interest in technology he's had since a young age.
His interest in the field was inspired by the numerous innovations that constantly emerge from the
field of technology and he decided he'd like to be a part of that. Through his past experiences in
education and music, he is proficient in higher-level thinking and professional communication and
he has developed a strong work ethic and sense of self-motivation. In his current field, he is well
rounded in HTML, CSS, and Javascript and adept at thinking through a given problem and figuring
out the most effective way to solve it. His goal is simply to find a role in an industry where he can
make use of his love of learning. </p>
<p>Responsibilities on this project: Data filtering and storage functionality, data styling, debugging,
stand-up comedian Jerry Seinfeld, meme master. <a href='https://www.youtube.com/watch?v=q6EoRBvdVPQ&list=PLlNF4RHbrRE11VDW3StUcOkvDToMR1F92'><img class='smug' src='images/DANGERKEEPOUTTHATMEANSYOUKEITH/projectmeme.png'></a>
</p>
</section>
</div>
<footer>
© 2018 Barkley, Cashmann, Robinson & Van Meter
</footer>
</body>
</html>