-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
85 lines (84 loc) · 4.48 KB
/
calendar.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Experience</title>
<meta charset="utf-8">
<meta name="description" content="Your description">
<meta name="keywords" content="Your keywords">
<meta name="author" content="Your name">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/superfish.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/tms-0.4.1.js"></script>
<script src="js/slider.js"></script>
<script src="js/fullcalendar.min.js"></script>
<script src="js/jquery-ui-1.8.17.custom.min.js"></script>
<script src="js/calendar-events.js"></script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<link rel="stylesheet" href="css/ie.css">
<![endif]-->
</head>
<body>
<div class="main-indents">
<div class="main">
<!-- Header -->
<header>
<h1 class="logo"><a href="home.html">Diving Club</a></h1>
<nav>
<ul class="sf-menu">
<li><a href="home.html">home</a></li>
<li><a href="about.html">background</a></li>
<li> <a href="gallery.html">recipes</a> </li>
<li class="current"><a href="calendar.html">Experience</a></li>
<li><a href="members_info.html">Service and Education</a></li>
<li><a href="contacts.html">Portfolio</a></li>
</ul>
</nav>
<div class="clear"></div>
</header>
<!-- Slider -->
<div class="mp-slider">
<ul class="items">
<li><img src="images/slide-1.jpg" alt="" /><div class="banner"><span class="row-1"> taste of <strong><b>red wine</b></strong></span><span class="row-2"> <strong>taste</strong> of heart</span></div></li>
<li><img src="images/slide-2.jpg" alt="" /><div class="banner"><span class="row-1">The charm lies in</span><span class="row-2">aromatic <strong><b>red wine</b></strong></span></div></li>
<li><img src="images/slide-3.jpg" alt="" /><div class="banner"><span class="row-1"><b>Red wine</b> the blood of life</span><span class="row-2"> crazy but poetic</span></div></li>
</ul>
<a href="#" class="mp-prev"></a>
<a href="#" class="mp-next"></a>
</div>
<!-- Content -->
<section id="content"><div class="ic"></div>
</section>
<div class="wrapper">
<figure class="img-box img-indent-1"> <img src="images/ex.jpg" alt=""> </figure>
<div class="extra-wrap">
<h3> Experience </h3>
<p class="p2"> TCC is found combining the pivotal pillars of both China and South Africa, a commitment to thriving based in theory, and entrepreneurial development. As a business start up, TCC has entrepreneurial beginnings steeped in years of learing and building. </p>
<p class="p2">TCC被认为结合了中国和南非的关键支柱,致力于理论繁荣和企业发展。作为一家初创企业,TCC的创业之初,经历了多年的学习和建设。 </p>
<p class="p2">TCC has seen substantial development of the company, as well as in the China wine market as a whole. Being based in China, TCC has acquired a deep understanding of the complex and diversified business environment of China. </p>
<p class="p2">TCC看到了公司的长远发展,也看到了中国葡萄酒市场的整体发展。TCC立足中国,对中国复杂多样的商业环境有了深刻的认识。 </p>
</div>
</div>
<!-- Footer -->
<footer>
<div class="copyright">COPYRIGHT © 2020 THE CELLAR CHINA WINES. ALL RIGHTS RESERVED.<br>
</div>
<ul class="social-list">
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</footer>
</div>
</div>
</body>
</html>