-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (112 loc) · 4.55 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
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
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>
/*
function delDiv() {
$('.floatingMenu').remove();
}
*/
/*
var flag = 1;
function tag() {
flag *= -1;
if (flag == 1) //기본 상태일 경우
{
$('.floatingMenu').css('width', '70px');
$('.floatingMenu').css('height', '300px');
} else //아닐 경우
{
$('.floatingMenu').css('width', '60px');
$('.floatingMenu').css('height', '150px');
}
}*/
</script>
</head>
<meta charset="utf-8">
<link rel="stylesheet" href="./main.css">
<title>CAD</title>
<body>
<div class="floatingMenu">
<br>
바로가기
<!--<button class="div_button" id="del" onclick="delDiv();">X</button>-->
<!--<button class="div_button" id="min" onclick="tag();">↔</button>-->
<div class="gotoButton">
<a href="https://honglim001.github.io/html-project1/start.html" target="_blank"><button>1</button></a><br>ToDoList<br>
<a href="preparing.html" target="_blank"><button>2</button></a><br>DG.GG<br>
</div>
</div>
<table class="headLine">
<!--웹사이트의 상단부에 위치하는 테이블-->
<tr>
<td>
<p>
<div id="TeamName"><strong></strong><img src="logo.PNG" alt="" id="click"></div>
</p>
<p>
<div id="RealTeamName">(Creative-Adventure-Development)</div>
</p>
<br>
</td>
</tr>
</table>
<table class="main">
<tr>
<td class="contents">
<img src="ToDoList_2.PNG" alt="" id="img">
<p>
<div id="first_project"><strong>
<h1>To Do List<h1>
</strong></div>
</p>
<div id="link"><a href="https://honglim001.github.io/html-project1/start.html" target="_blank">Go
To Website</a></div>
</td>
</tr>
<tr>
<td class="contents">
<img src="shake it.jpg" alt="" id="img">
<p>
<div id="second_project"><strong>
<h1>DS.GG<h1>
</strong></div>
</p>
<p>
<div id="link"><a href="preparing.html">
<storng>preparing...</storng>
</a></div>
</p>
</td>
</tr>
</table>
<table class="info" border="0">
<tr>
<td align="center">홍준혁</td>
<td align="center"><a href="https://www.facebook.com/programmingHong/" target="_blank"><img
src="facebook.jpg" alt="" id="icon"></a>
<td align="center"><a href="https://github.com/milky1234" target="_blank"><img src="깃허브.jpg" id="icon"
alt="홍준혁"></a></td>
</td>
<td align="center">임재현</td>
<td align="center"><a href="https://www.facebook.com/profile.php?id=100016279240376" target="_blank"><img
src="facebook.jpg" alt="" id="icon"></a>
<td align="center"><a href="https://github.com/limjh0513" target="_blank"><img src="깃허브.jpg" id="icon"
alt="임재현"></a></td>
</td>
</tr>
<tr>
<td align="center">조민수</td>
<td align="center"><a href="https://www.facebook.com/profile.php?id=100015302599102" target="_blank"><img
src="facebook.jpg" alt="" id="icon"></a>
<td align="center"><a href="https://github.com/toswm128" target="_blank"><img src="깃허브.jpg" id="icon"
alt="조민수"></a></td>
</td>
<td align="center">허새찬</td>
<td align="center"><a href="https://www.facebook.com/profile.php?id=100012454239777" target="_blank"><img
src="facebook.jpg" alt="" id="icon"></a>
<td align="center"><a href="https://github.com/ha11owing" target="_blank"><img src="깃허브.jpg" id="icon"
alt="허새찬"></a></td>
</td>
</body>
</html>