-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
83 lines (80 loc) · 3.65 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
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GS SHOP UI CONVENTION</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link rel="stylesheet" type="text/css" href="css/jquery.snippet.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="wrap">
<h1><a href="#/html/convention">GSSHOP UI CONVENTION<!-- <small><span class="for">for</span> GS SH<em>O</em>P IT GROUP</small> --></a></h1>
<nav class="head-nav">
<span class="ico-cate" data-type="btn" data-setup="{'evtType':'click', 'actClass':'active', 'evtTarget':'gnb', 'closeTarget':'dim'}"></span>
</nav>
</div>
</header>
<div class="container">
<div class="left-nav">
<ul class="menu" data-type="gnb">
<li><span class="menu-title">UI CONVENTION</span></li>
<li><a href="#/html/convention">Overview</a></li>
<li><a href="#/html/principles">HTML Principles</a></li>
<li><a href="#/css/index">CSS Guide</a></li>
<li><a href="#/html/imagenaming">Images Guide</a></li>
<li>
<a href="#/html/layout">Templates</a>
<div class="menu-sub">
<div class="wrap">
<a href="#/html/layout">Layout Templates</a>
<a href="#/html/product">Product Templates</a>
<a href="#/html/eventtemplate">Event Templates</a>
</div>
</div>
</li>
<li>
<a href="#/js/jsconvention">JavaScript</a>
<div class="menu-sub">
<div class="wrap">
<a href="#/js/jsconvention">JS Convention</a>
<a href="#/js/gsshop">JS for GS SHOP</a>
</div>
</div>
</li>
<li><a href="#/component/component">UI Components</a></li>
<li class="dotted"><a href="#/markdown/markdown">Code Formatting</a></li>
<li><a href="#/markdown/wag">WAG</a></li>
<li><a href="#/html/epilogue">Epilogue</a></li>
</ul>
</div>
<div class="wrap">
<div class="contents"></div>
<div id="disqus_thread"></div>
</div>
</div>
<footer>
<div class="wrap">
<div class="foot-link">
<a href="http://gsshop.com" target="_blank" class="gsshop"><img src="http://image.gsshop.com/planprd/banner_MAINCORNER/25950314_01.gif" alt="GS SHOP"></a>
<!--
<a href="https://github.com" target="_blank" class="github"><img src="https://help.github.com/assets/images/site/logo.png" alt="GitHub"></a>
<a href="https://disqus.com" target="_blank" class="disqus"><img src="//a.disquscdn.com/dotcom/d-9c2c241/img/brand/disqus-logo-blue-white.svg" alt="DISQUS"></a>
-->
</div>
<p class="copyright">Copyright(C) 1998-2015 GS HOMESHOPPING. All Rights Reserved.</p>
<p><a href="https://disqus.com" target="_blank">DISQUS</a></p>
</div>
</footer>
<div class="dim" data-type="dim"></div>
<!-- google analytics code -->
<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-69117374-1', 'auto');</script>
<!-- //google analytics code -->
<script type="text/javascript" src="js/lib/jquery/jquery.js"></script>
<script type="text/javascript" data-main="js/require_index" src="js/require.js"></script>
</body>
</html>