-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (79 loc) · 4.14 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A.N.S.I. 교육자료</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR|Lato:400,400i|Roboto:500" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
</head>
<body class="is-boxed has-animations">
<div class="body-wrap boxed-container">
<main>
<section class="hero text-center has-bottom-divider">
<div class="container-sm">
<div class="hero-inner">
<img src="images/ansiLogo.png" alt="ANSI">
<h1 class="hero-title h2-mobile mt-0 is-revealing">유용한 자료 및 링크</h1>
<p class="hero-paragraph is-revealing">A.N.S.I.의 스터디 배포 자료, 링크, 영상 등을 볼 수 있습니다.</p>
</div>
</div>
</section>
<section class="section text-center">
<div class="container">
<div class="features-inner section-inner has-bottom-divider">
<div class="features-wrap">
<div class="feature is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M26 54l28-28" stroke="#ff6338" stroke-width="2" stroke-linecap="square"/>
<path d="M26 46l20-20M26 38l12-12M26 30l4-4M34 54l20-20M42 54l12-12" stroke="#ff6338" stroke-width="2" stroke-linecap="square"/>
<path d="M50 54l4-4" stroke="#ff6338" stroke-width="2" stroke-linecap="square"/>
</g>
</svg>
</div>
<h3 class="feature-title">기초 C 스터디 교육 자료</h3>
<div class="control">
<a class="button button-primary button-block button-shadow" href="https://drive.google.com/open?id=1qoMruFD98nlYobJ82cuYXNtr40QIpbnU" target="_blank">구글 드라이브</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="newsletter section">
<div class="container-sm">
<div class="newsletter-inner section-inner">
<div class="newsletter-header text-center is-revealing">
<h2 class="section-title mt-0">필요한 것이 있나요?</h2>
<p class="section-paragraph">다른 선배들이나 카카오톡 플러스친구 @ansi로 건의사항을 전해주세요!</p>
</div>
<div style="height: 100px">
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer text-light">
<div class="container">
<div class="site-footer-inner">
<ul class="footer-links list-reset">
<li>
<a href="https://github.com/foransi/OnePage">GitHub Repository</a>
</li>
</ul>
<div class="footer-copyright">
2019 A.N.S.I.
</div>
</div>
</div>
</footer>
</div>
<script src="dist/js/main.min.js"></script>
</body>
</html>