-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
91 lines (91 loc) · 3.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style type="text/css">
*{
padding: 0;
margin: 0;
}
body{
font-family: serif;
font-size: 24px;
/*background: #eee;*/
color: #000;
padding: 15px;
}
header{
margin: 5px;
padding: 10px;
}
header h1{
margin-bottom: 5px;
font-weight: bold;
}
.task{
margin: 5px;
padding: 25px;
}
a{
text-decoration: none;
}
a:hover{
font-size: 1.2em;
}
.list-item{
margin-bottom: 5px;
}
.content{
margin: 15px;
background: #eee;
}
footer{
position: absolute;
left: 90%;
bottom: 0;
font-size: 16px;
}
</style>
<title>ife-ECNU</title>
</head>
<body>
<header>
<h1>The tasks in ife</h1>
<p>This project is the task in <a href="https://ife.baidu.com"> Baidu Institute Front End Technology.</a> You can fork the code from <a href="httpss://github.com/neal1991/ife-ecnu">
github.
</a>
</p>
</header>
<section>
<div class="task">
<h2>html & css</h2>
<div class="content">
<ul>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task1/index.html">task1</a> </li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task2/index.html">task2</a> </li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task3/index.html">task3</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task4/index.html">task4</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task6/index.html">task6</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task8/index.html">task8</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task12/index.html">task12</a></li>
</ul>
</div>
<h2>javascript</h2>
<div class="content">
<ul>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task13/index.html">task13</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task14/index.html">task14</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task15/index.html">task15</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task16/index.html">task16</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task17/index.html">task17</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task18/index.html">task18</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task19/index.html">task19</a></li>
<li class="list-item"><a href="https://neal1991.github.io/ife-ecnu/task29/index.html">task29</a></li>
</ul>
</div>
</div>
</section>
<!-- <footer><a href="https://neal1991.pythonanywhere.com">by Neal</a> </footer> -->
<a href="httpss://github.com/neal1991/ife-ecnu/" target="_blank"><img class="fork-me" style="position: absolute; bottom: 0; right: 0; border: 0;" src="httpss://camo.githubusercontent.com/c6625ac1f3ee0a12250227cf83ce904423abf351/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="httpss://s3.amazonaws.com/github/ribbons/forkme_left_gray_6d6d6d.png"></a>
</body>
</html>