-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.php
50 lines (45 loc) · 2.21 KB
/
contact.php
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
<?php
include('template/init.php');
include('template/function.php');
?><!DOCTYPE html>
<html lang="zh">
<head>
<?php include('template/head.php'); ?>
</head>
<body>
<?php include('template/menu.php'); ?>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<br />
<h1>幫班上訂書,很麻煩嗎?</h1>
<p>每當開學,班上的學藝是否就得開始苦惱,要如何有效地幫班上訂書呢?尤其是到了大三大四,班上同學神龍不見尾的,也不見得一起上課,更是難以統記...</p>
<p><a class="btn btn-primary btn-lg" href="#about">繼續閱讀 »</a></p>
</div>
</div>
<div class="container marketing">
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-6">
<img class="img-circle" src="https://lh4.googleusercontent.com/-07-b8xgZA28/AAAAAAAAAAI/AAAAAAAACRY/0viBjvbileo/s800/photo.jpg" data-src="holder.js/140x140" alt="140x140" style="width: 140px; height: 140px;">
<h2>Assistant class leader of ttu I1A</h2>
<p>希望能夠有一套可以讓同學快速選購書的方法,並且可以同整成一份清單,現在這種定書方式既麻煩又耗時...</p>
</div>
<div class="col-lg-6">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#">View details »</a></p>
</div>
</div>
<hr>
<footer>
<p>© Company 2013</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>