-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlessons.html
67 lines (61 loc) · 2.07 KB
/
lessons.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Private Lessons | Simon Sandrew</title>
<link rel="stylesheet" href="lessons.css">
</head>
<body>
<div class="wrapper">
<section id="p1" >
<div class="quote">
<h1 id="title">Have your child learn code to</h1>
<button id="button1" class="rect1"></button>
<button id="buttonunder"></button>
<h5 id="sub">Simon Sandrew creates personalized curricula centered around your child's interests.</h2>
</div>
</section>
<section id="s2">
<div class="example_header">
<h5 id="example_text">Previous Student Projects</h5>
</div>
<div class="projects">
<div class="p1">
<img src="https://media.giphy.com/media/DbdyHXWrJgO1egvmd4/giphy.gif">
</div>
<div class="p2">vivian web project</div>
<div class="p3">google project</div>
<div class="p4">johnathan snake game</div>
<div class="p5">Java minecraft mod</div>
</div>
</section>
<section id="s3">
<div class="expla">
<h5 id="lesson">Lesson Options</h5>
<div class="plan1">
<h5>Individual</h5>
<h2>$75</h2>
<h5>Per Session</h5>
</div>
<div class="plan2">
<h5>Package</h5>
<h2>$300</h2>
<h5>Per 5 Sessions</h5>
<h6></h6>
</div>
<div id="con">
<h5>Before scheduling a lesson, a 15-30 minute $30 consultation meeting is required to gain information about the child and </h5>
</div>
</div>
</section>
<div id="particles-js">
<script src="particles.js"></script>
<script src="particles.min.js"></script>
<script src="particle_control.js"></script>
</div>
<script src="lessons.js"></script>
</div>
</body>
</html>