-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
84 lines (71 loc) · 3.75 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
84
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yell5w :: Card news</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/w3.css">
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://onnoo.github.io/Yell5w" />
<meta name="twitter:title" content="Yell5w :: Card news platform" />
<meta name="twitter:image" content="https://onnoo.github.io/Yell5w/images/main.png" />
<meta property="og:url" content="https://onnoo.github.io/Yell5w/" />
<meta property="og:title" content="Card News Yell5w" />
<meta property="og:description" content="We provide card news platform!" />
<meta property="og:image" content="https://onnoo.github.io/Yell5w/images/main.png" />
<style>
.bg-2 {
background-color: #ffffff; /* Dark Blue : #474e5d*/
color: #000000;
}
.bg-3 {
padding-top: 50px;
padding-bottom: 50px;
background-color: #ffffff; /* White */
color: #555555;
}
.container-fluid-fixed {
padding-top: 250px;
padding-bottom: 65px;
}
.bg-4 {
padding-top: 10px;
padding-bottom: 10px;
background-color: #2f2f2f;
color: #ffffff;
}
</style>
</head>
<body>
<div class="w3-top w3-hide-small">
<div class="w3-bar w3-xlarge w3-black w3-hover-opacity-off" id="myNavbar">
<a href="index.html" class="w3-bar-item w3-button" style = "text-decoration : none">HOME</a>
<a href="main/about.html" class="w3-bar-item w3-button" style = "text-decoration : none">ABOUT</a>
<a href="main/contact.html" class="w3-bar-item w3-button" style = "text-decoration : none">CONTACT</a>
</div>
</div>
<div class="container-fluid-fixed bg-2 text-center">
<h1><span style = "font-weight:300"><span style = "color: magenta ;font-size : 100px">C</span>ARD <span style = "color: #8AE75F ;font-size : 100px">N</span>EWS</span></h1>
<h3>- YELLOW05 -</h3>
<a href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></a>
<br/><br/>
<a class="btn btn-default btn-lg" href = "category/category.html">
<span class="glyphicon glyphicon-user"></span> card news
</a>
</div>
<div class="container-fluid bg-3 text-center">
<h3>Display card news</h3>
<p>SMaSH</p>
</div>
<footer class="container-fluid bg-4 text-center">
<section>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="크리에이티브 커먼즈 라이선스" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br />이 저작물은 <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">크리에이티브 커먼즈 저작자표시 3.0 Unported 라이선스</a>에 따라 이용할 수 있습니다.
</section>
<ul class="copyright">
<li>© Untitled. All rights reserved<br><br>Card News by (yellow-05), CC-BY-3.0 License (<a href="https://html5up.net/phantom" target="_blank">Phantom</a> by html5up, CC-BY-3.0 License'를 이용해 창작)</li>
</ul>
</footer>
</body>
</html>