-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (71 loc) · 2.56 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<title>codeIt.today</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway:400,600|Fira+Mono">
<link rel="stylesheet" href="dist/main.css">
</head>
<body>
<header class="hero gradient-1">
<nav class="nav hero-head">
<div class="nav-left nav-title">
<a href="#" class="nav-item logo title">codeIt.today</a>
</div>
<div class="nav-toggle">
<span></span>
<span></span>
<span></span>
</div>
<div class="nav-right nav-menu">
<a href="/" class="nav-item is-active">首頁</a>
<a href="/courses.html" class="nav-item">課程目錄</a>
<a href="#" class="nav-item">學習路線</a>
<a href="#" class="nav-item">關於本站</a>
<a href="#" class="nav-item">聯絡我們</a>
</div>
</nav>
<div class="hero-body">
</div>
</header>
<main>
<section class="section popular-section">
<div class="container">
<h2 class="title">熱門課程</h2>
<div class="section-content"><p>.....</p></div>
</div>
</section>
<section class="section intro-section gradient-2">
<div class="container">
<h2 class="title">免費、高品質的程式學習課程</h2>
<div class="section-content">
<p>codeIt.today 是舉是樓方看小食器屋,差天算無且帶共!讀家任其該,異我以;舞裡車完校衣景能位不目市在藥制共實直常健觀國製主酒禮印政何我歷外故,一教安不們能平黑最起一不的整全進理線家話習?樣病後我是馬輕空狀,入象的廣山不,登的在中的人局感此達法制書印岸學後整時客色會雄我己現家星量人下地的研地同界是市裡國得到色大當語背一不行相到推的石我反、是連印,又吸風紀。</p>
<div class="has-text-centered">
<a href="#" class="intro-section-button button">瀏覽課程</a>
</div>
</div>
</div>
</section>
<section class="section subscription-section">
<div class="container has-text-centered">
<h2 class="title">不要錯過任何最新內容!</h2>
<div class="section-content">
<form action="" class="has-text-centered">
<div class="input-wrapper control has-addons">
<input type="email" class="item input subscription-email" placeholder="輸入Email地址…">
<a class="item button is-success subscription-button">訂閱</a>
</div>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="has-text-centered">
<h3 class="title logo">codeIt.today</h3>
</div>
</div>
</footer>
</body>
</html>