-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
99 lines (92 loc) · 4.32 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">
<meta name="description" content="Art Star Studio - Art Class / Portrait / Resume">
<meta name="keywords" content="Art Sart, vcard, Art class, Portrait, Art Design, Portfolio">
<title>Art Star Studio</title>
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/otherpages.css">
</head>
<body>
<!-- Header start -->
<header class="w shortcut">
<div class="fl">
<ul>
<li>ART STAR<span> STUDIO</span></li>
</ul>
</div>
<div class="fr">
<ul>
<li><a href="index.html">Home</a></li>
<li></li>
<li><a href="about.html">Class Time Table</a></li>
<li></li>
<li><a href="service.html">Services</a></li>
<li></li>
<li><a href="portfolio.html">Porfolio</a></li>
<li></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<div class="maincontainer-other w">
<div class="title-container">
<h2>CLASS TIME TABLE</h2>
</div>
<div class="infor-container">
<div class="info-container-sub">
<h2 class="info-title">
Primary Level
</h2>
<div class="details-box">
<div class="details-item">
<h3>Wednesday Class</h3>
<span><i>Age 5+</i> | 4:30 - 5:30 </span>
<p>Contemporary art master will be introduced to students with their stories, and symbolic art form. We aim to cultivate consciousness of "changing" and creativity.</p>
</div>
<div class="details-item">
<h3>Thursday Class</h3>
<span><i>Age 5+</i> | 4:15 - 5:15 </span>
<p>Contemporary art master will be introduced to students with their stories, and symbolic art form. We aim to cultivate consciousness of "changing" and creativity.</p>
</div>
<div class="details-item">
<h3>Saturday Class</h3>
<span><i>Age 5+</i> | 6:10 - 7:40 </span>
<p>Contemporary art master will be introduced to students with their stories, and symbolic art form. We aim to cultivate consciousness of "changing" and creativity.</p>
</div>
</div>
</div>
<div class="info-container-sub">
<h2 class="info-title">
Medium Level
</h2>
<div class="details-box">
<div class="details-item">
<h3>Friday Class</h3>
<span><i>Age 7+</i> | 4:30 - 5:30 </span>
<p>To expand children's understanding of art, fine art program will be provided to strengthen their fundamental skills and train them to utilize a variety of materials.</p>
</div>
<div class="details-item">
<h3>Friday Class</h3>
<span><i>Age 8+</i> | 6:10 - 7:40 </span>
<p>To expand children's understanding of art, fine art program will be provided to strengthen their fundamental skills and train them to utilize a variety of materials.</p>
</div>
<div class="details-item">
<h3>Sunday Class</h3>
<span><i>Age 11+</i> | 5:00 - 8:00 </span>
<p>To expand children's understanding of art, fine art program will be provided to strengthen their fundamental skills and train them to utilize a variety of materials.</p>
</div>
</div>
</div>
</div>
</div>
<!-- footer start -->
<footer class="w footer">
<p>© 2022 All rights reserved. Designed by Arina Ke</p>
</footer>
</body>
</html>