-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 2.74 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
2511 김현우 네관사
</title>
<link rel="icon" href="./images/Alpha_Black.png" type="image/x-icon" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="index.html">네관사</a></h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="2511 김현우_1.html" accesskey="3" title="">필기 정리</a></li>
<li><a href="2511 김현우_2.html" accesskey="2" title=""><strong>실기 정리1</strong></a></li>
<li><a href="2511 김현우_3.html" accesskey="4" title="">실기 정리2</a></li>
<li><a href="#contact" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div id="wrapper1">
<div id="welcome" class="container">
<div class="title">
<h2 style="text-align: center;">Welcome to Team 네관사</h2>
</div>
<p>여기는 <strong>네관사</strong> 공부 자료실 입니다!</p>
<p>여기에 있는 모든 자료들은 <sgtrong>2511 김현우</sgtrong>가 <strong>박성수 선생님</strong>께서 주신 <strong>문제</strong>와 <strong>개념</strong>, 그리고 <strong>따로 조사</strong>하여 마련하고 정리한 정보들로 구성되어 있습니다.</p>
<p>모든 개념들은 그대로 적혀있고, 사진들은 <strong>TEXT ART</strong>로 개인이 다시 만들었으며, 문제들은 답이 <strong>투명화</strong>되어 <strong>드래그</strong>를 하셔야 합니다.</p>
</div>
</div>
<div id="wrapper4">
<div id="footer" class="container">
<div>
<header class="title">
<h2 id="contact">Contact Us</h2>
<span class="byline">개발자 Alpha 현우의 SNS 계정들</span> </header>
<ul class="contact">
<li><a href="https://www.instagram.com/0____alpha____0/" class="icon icon-instagram"><span>Instagram</span></a></li>
<li><a href="https://www.facebook.com/Alpha-754036214939107" class="icon icon-facebook"><span>Facebook</span></a></li>
<li><a href="https://github.com/Alpha-Dvlp" class="icon icon-github"><span>GitHub</span></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>