-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path9.html
More file actions
107 lines (98 loc) · 3.76 KB
/
9.html
File metadata and controls
107 lines (98 loc) · 3.76 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
99
100
101
102
103
104
105
106
107
<!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>9. github 상위랭킹 프로젝트</h2><br>
<p>- 흔히들 오픈소스 저장소로 GitHub를 많이 쓰는데 GitHub사이트애서는 상위 랭킹 프로젝트를 볼수있다.<br>
다음은 Most Star와 Most Fork들의 수를 랭킹으로 매겨논 사이트이다.<br><br>
<strong>- Most Stars</strong><br><br>
<img src="C:\Users\minb2\Desktop\웹페이지\templated-industrious\images/most.png" width="700" height="700"><br><br>
<strong>- Most Forks</strong><br><br>
<img src="C:\Users\minb2\Desktop\웹페이지\templated-industrious\images/rank.png" width="700" height="700">
</p>
<li><a href="elements.html">이전 페이지로</a></li>
</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>