-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 3.49 KB
/
index.html
File metadata and controls
66 lines (61 loc) · 3.49 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Indy Nonprofit Coding Bootcamp</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
body { margin:0; }
</style>
</head>
<body>
<div class='topNav'>
<div id="logo"><a href="https://elevenfifty.org"><img src="elevenFiftyBadge.png" alt="" height="90px" width="90px"></a></div>
<div id="home"><a href="https://elevenfifty.org">Eleven Fifty Academy</a></div>
<div id="spacing">words</div>
<div class="info"><a href='' target="blank">COURSES</a></div>
<div class="info"><a href="" target="blank">ADMISSIONS</a></div>
<div class="info"><a href=''target="blank">VETERANS</a></div>
<div class="info"><a href=''target="blank">ABOUT</a></div>
<div class="info"><a href=""target="blank">EMPLOYERS</a></div>
<div id="search"><a href="" target="blank"><img src="search20.png" alt="search icon" width="20px" height="20px"></a></div>
<div id="whiteSpace"></div>
<div id="meeting"><a href=''target='blank'>SCHEDULE A MEETING</a></div>
<div id="whiteSpace2"></div>
<div id="apply"><a href='' target='blank'>APPLY NOW</a></div>
</div>
<div id="video"><video src="https://elevenfifty.org/wp-content/themes/elevenfiftyacademy/assets/video/EFA-home.webm" height="100%" width="100%" playsinline autoplay loop muted></video>
<div id="intro">ATTEND A FREE INTRO COURSE!</div>
<div id="learn"><a href="" target='blank'><b>LEARN MORE ></b></a></div>
</div>
<div id="navigate"><a href="#courseColor">□</a></div>
<div id="question"><a href=""target='blank'><img src="questionHelp.png" alt="question link"></a></div>
<div id="courseColor">
<h1 id='course'>COURSE INFORMATION</h1>
<div id="courseContainer">
<div class="courseSelection"><a href="" target='blank'>
<h2>Free Intro Courses - Online</h2>
<p>Want to discover if you'd enjoy a career in
coding or cybersecurity? Try one of our FREE intro courses from home.</p></a>
<div class="redBox">SIGN UP NOW □ </div>
</div>
<div class="courseSelection"><a href='' target="blank">
<h2>Full-Time 12/14 - Week Courses</h2>
<p>Learn today's most relevant softare development or cybersecurity skills to kick off a new career in the tech industy</p></a>
<div class="redBox">FULL-TIME COURSES □ </div>
</div>
<div class="courseSelection"><a href=''target='blank'>
<h2>Part-Time 24 Week Courses</h2>
<p>Our part-time coding bootcamps allow students the flexibility to work while attending class virtually and on-site. Make money and change careers at the same time.</p></a>
<div class="redBox1">PART-TIME COURSES □ </div>
</div>
</div>
</div>
<div id="badgeSection">
<div id="badge"><img src="shield.png" alt="" height="250px"></div>
<div id="techWorld"><h1>The tech world is rapidly evolving. Our curriculum keeps pace.</h1>
<p>Eleven Fifty Academy is a 501(c)(3) nonprofit code and cybersecurity academy and was the first coding bootcamp in Indiana. We believe in impacting the lives of students by providing relevant coding skills for the most in-demand jobs in today’s tech ecosystem.</p></div>
</div>
</body>
</html>