-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 2.27 KB
/
Copy pathindex.html
File metadata and controls
57 lines (56 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<title>Byte Code - Learn Coding with Fun</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron">
<div class="promo-main">
<div class="promo" id="promo-title">
<h4 class="pro">Code</h4>
<h4 class="pro">Create</h4>
<h4 class="pro">Conquer</h4>
</div>
<div class="promo" id="promo-desc">
<h4 class="promo-tabs">Full-Stack. Data Science.<br>Python. JavaScript.</h4>
<p>Join Byte Code to learn, practice, take challenges, participate in quizzes, attend webinars, get interview questions and case studies.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="info">
<div id="work" class="what">
<h2>What is Byte Code?</h2>
<p>This is a paragraph describing what Byte Code does.</p>
<p class="more"><a href="#">Learn More</a></p>
</div>
<div id="img1" class="what">
<img src="">
</div>
</div>
<h2 class="how">How Byte Code works</h2>
<div class="how-main">
<div class="how-content">
<h2>Learn</h2>
<img src="learn.jpeg" class="how-img">
<p style="padding: 20px;">Experienced, engaging instructors take you through course material, step by step, in our high-quality video lessons.</p>
</div>
<div class="how-content">
<h2>Practice</h2>
<img src="practice.jpg" class="how-img">
<p style="padding: 20px;">Code directly in the browser with our course challenges, bringing to life what you learned and receiving immediate, helpful feedback and code validation.</p>
</div>
<div class="how-content">
<h2>Code Chefs</h2>
<img src="code.png" class="how-img">
<p style="padding: 20px;">Rack up points in the challenges and earn badges as you complete each course level, leading up to the coveted course completion badge.</p>
</div>
</div>
</body>
</html>