-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" porperty="width=device-width">
<title>Hello SSU!!</title>
<link rel="stylesheet" href="//fonts.googleapis.com/earlyaccess/nanumgothic.css">
<link rel="stylesheet" href="./css/default.css">
</head>
<body>
<div id="content">
<h1 class="title">Hello SSU</h1>
<hr>
<h3 class="sub-title">숭실대학교 출신의 혹은 재학중인 개발쟁들이 모이는 Opensource Repo에
오신것을 환영합니다.</h3>
<p>
본 Organization에서는 졸업생, 재학생, 휴학생, 대학원생, 교수님등
숭실대학교에 소속했거나 소속해 계신분들 모두 자유롭게 프로젝트를
공개하고, Join 하실수 있습니다.<br><br>
교내에서 학우들끼리 적절한 스터디 혹은 프로젝트를 진행하거나,
업계에 이미 진출해계신 선배님들이 교내의 미숙한 후배들을 코드로써
만나고, 이끌수있는 계기를 이 Repo가 제공하리라 믿습니다.<br><br>
본 Repo에 Join 하기를 원하는 분들은 <a
href="mailto:[email protected]">[email protected]</a>으로 github
계정 혹은 github에 연동되어있는 이메일 계정을 보내주시면
되겠습니다.<br><br>
<a href="https://github.com/ssuoss/HelloSSU/issues">이슈 공유</a> 에서 이 커뮤니티가 뭘 하면 좋을지 아이디어를
적고있습니다. 자유롭게 많은 의견 주세요!<br><br>
이곳이 중간, 기말고사의 지루함을 달래줄 놀이터가 되길 기원합니다.
오늘도 행복한 개발하세요.<br>
</p>
<hr>
<footer id="footer">
© 2015, <a href="https://github.com/ssuoss">ssu-oss</a>
</footer>
<div id="logo-img">
<img src="./img/ssu_logo.png" alt="숭실대학교" width="100px">
</div>
</div>
</body
</html>