-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·49 lines (47 loc) · 1.82 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
<!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">
<title>Mi infografia</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<h1>Mi primera infografia</h1>
<div id="computer">
<h2 id="computer-text"> Programming Bootcamp</h2>
</div>
<section id="postbootcamp">
<!--cant figure this out revisit -->
<h1>Post-Bootcamp Income</h1>
<div id="piggy">
<p class="pigtext">$75,965</p>
<p class="pigtext" style="font-size:8px;">Post-Boogtcamp Income</p>
<div id="leg1"></div>
<div id="leg2"></div>
</div>
</section>
<section class="arrowup">
<div id="triangle"></div>
<div id="box"></div>
</section>
<!-- 3rd section -->
<section>
<h2 id="buildingtext"> Full Time Employment </h2>
<div id="building1"></div>
<div id="building2"></div>
<div id="sun"></div>
<div id="blackcircle">
<p align="center" style="font-size: 20; color: #85c1e9 ; line-height: 20px; font-family: Arial, Helvetica, sans-serif;">75%</p>
<p align="center" style="font-size: 70%; color: #85c1e9 ; line-height: 6px; font-family: Arial, Helvetica, sans-serif;">Currently employed in </p>
<p align="center" style="font-size: 70%; color: #85c1e9 ; line-height: 6px; font-family: Arial, Helvetica, sans-serif;">a job requiring skills</p>
<p align="center" style="font-size: 70%; color: #85c1e9 ; line-height: 6px; font-family: Arial, Helvetica, sans-serif;">learned in the </p>
<p align="center" style="font-size: 70%; color: #85c1e9 ; line-height: 6px; font-family: Arial, Helvetica, sans-serif;">
bootcamp</p>
</div>
<div id="window1"></div>
<div id="window2"></div>
</section>
</body>
</html>