-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneric.html
More file actions
98 lines (90 loc) · 3.25 KB
/
generic.html
File metadata and controls
98 lines (90 loc) · 3.25 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Pamphlet</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">opensource</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">introduce</a></li>
<li><a href="generic.html">pamphlet</a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading" >
<h1>Pamphlet</h1>
</div>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<header>
<h2>소책자용 다운로드 링크 : <a href= "https://github.com/minb234/minb234.github.com/blob/master/book.pdf" target="_blank">book.pdf</a></h2>
</header>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>오픈소스 프로젝트</h3>
<p>
한양대 ERICA 오픈소스SW기초 강의 프로젝트<br>
오픈소스 관련 정보 사이트입니다.
</p>
</section>
<section>
<h4>E-mail</h4>
<ul class="alt">
<li><a href="#">김남호 minb234@naver.com</a></li>
<li><a href="#">한동연 handongyeon202@naver.com</a></li>
<li><a href="#">오형서 ohgudtj_3@naver.com</a></li>
<li><a href="#">이강영 gang7994@naver.com</a></li>
<li><a href="#">장윤호 shuricherish@gmail.com</a></li>
</ul>
</section>
<section>
<h4>Github</h4>
<ul class="plain">
<li><a href="https://github.com/minb234"target="blank_"><i class="icon fa-github"> </i>Github</a></li>
<li><a href="https://github.com/hhhhhhhhandongyeon"target="blank_"><i class="icon fa-github"> </i>Github</a></li>
<li><a href="https://github.com/ohhyungsuh"target="blank_"><i class="icon fa-github"> </i>Github</a></li>
<li><a href="https://github.com/gang7994"target="blank_"><i class="icon fa-github"> </i>Github</a></li>
<li><a href="https://github.com/JangYoonHo"target="blank_"><i class="icon fa-github"> </i>Github</a></li>
</ul>
</section>
</div>
<div class="copyright">
© Untitled. Photos <a href="https://unsplash.co">Unsplash</a>, Video <a href="https://coverr.co">Coverr</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>