-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
153 lines (153 loc) · 4.68 KB
/
Copy pathindex.html
File metadata and controls
153 lines (153 loc) · 4.68 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!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.0" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
<link rel="manifest" href="images/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="naver-site-verification" content="b7ac4c78b607fc013bd5cd5400b48030b92398d4" />
<meta http-equiv="Publisher" content="최명국">
<meta property="og:title" content="GIGA 자료실">
<meta name="Keywords" content="현대청운고, hcu, GIGA, 기가, 자료실, giga library">
<title>GIGA 자료실</title>
<style>
html {
user-select: none;
}
body {
text-align: center;
}
h1,
.chlar {
margin-left: 50px;
}
a {
color: black;
text-decoration-line: none;
}
a:hover {
text-decoration-line: underline;
}
summary:hover{
text-decoration-line: underline;
}
.box {
border: 2px solid #000;
width: 50%;
margin: 50px auto 75px auto;
text-align: left;
}
ul{
list-style: disc;
}
.fist_list {
list-style: none;
line-height: 50px;
}
.second_list {
line-height: 30px;
}
</style>
</head>
<body>
<h1>GIGA 자료실</h1>
<div class="chlar">made by 19기 최명국</div>
<div class="box">
<ul class="fist_list">
<li>
<details>
<summary>GIGA 활동</summary>
<ul class="second_list">
<li><a href="https://hcu-webzine.com" target="_blank">청운고 webzine</a></li>
<li><a href="https://giga-forum.netlify.app" target="_blank">GIGA 학술제 아카이브</a></li>
<li><a href="https://hcu-webzine.com/" target="_blank">웹진 2021</a></li>
</ul>
</details>
</li>
<li>
<details>
<summary>visual studio</summary>
<ul class="second_list">
<li><a href="https://code.visualstudio.com/" target="blank">vscode 설치하기</a></li>
<li><a href="https://youtu.be/K8qVH8V0VvY" target="_blank">vscode 사용법</a></li>
<li><a href="https://youtu.be/bS9yTI2fC0w" target="black">유용한 extensions</a></li>
</ul>
</details>
</li>
<li>
<details>
<summary>프론트엔드 언어</summary>
<ul class="second_list" style="list-style: none;">
<li>
<details>
<summary>HTML</summary>
<ul>
<li><a href="language/html tags.pdf" download="HTML">HTML 자료 다운받기</a></li>
<li><a href="language/html.html" target="blank">HTML 코드 예시</a></li>
</ul>
</details>
</li>
<li>
<details>
<summary>CSS</summary>
<ul>
<li><a href="language/CSS_font style.pdf" download="CSS_font style.pdf">CSS 자료 다운받기 (1)</a></li>
<li><a href="language/CSS_box style.pdf" download="CSS_box style.pdf">CSS 자료 다운받기 (2)</a></li>
<li><a href="language/CSS_animation.txt" download="CSS_animation.txt">CSS 자료 다운받기 (3)</a></li>
<li><a href="language/css_1.html">CSS 코드 예시</a></li>
</ul>
</details>
</li>
<li>
<details>
<summary>Javascript</summary>
<ul>
<li><a href="#" download onclick="미완성">Javascript 자료 다운받기</a></li>
<li><a href="#" onclick="미완성">Javascript 코드 예시</a></li>
</ul>
</details>
</li>
</ul>
</details>
</li>
<li>
<details>
<summary>Github</summary>
<ul class="second_list">
<li><a href="https://github.com/" target="blank">Github 바로가기</a></li>
<li><a href="github 명령어 모음.txt" download="github 명령어 모음">Github 명령어 모음 다운받기</a></li>
<li><a href="https://github.com/hcugiga">GIGA 프로필</a></li>
</ul>
</details>
</li>
<li>
<details>
<summary>Netlify</summary>
<ul class="second_list">
<a href="https://www.netlify.com/" target="blank"><li>Netlify 바로가기</li></a>
</ul>
</detailㄴ>
</li>
<li>
<details>
<summary>Bootstrap</summary>
<ul class="second_list">
<a href="https://getbootstrap.com/" target="blank"><li>Bootstrap 바로가기</li></a>
</ul>
</details>
</li>
<li>
<details>
<summary>AWS</summary>
<ul class="second_list">
<a href="https://aws.amazon.com/ko/" target="blank"><li>AWS 바로가기</li></a>
<a href="aws 가이드" download><li>AWS 가이드 다운받기</li></a>
</ul>
</details>
</li>
</ul>
</div>
</body>
</html>