-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUntitled-2.html
34 lines (34 loc) · 1.16 KB
/
Untitled-2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/semantic-ui/2.2.7/semantic.min.css">
</head>
<body>
<div class="ui large top fixed hidden menu">
<div class="ui container">
<a href="#" class="active item">Home</a>
<a href="#" class="item">Work</a>
<a href="#" class="item">Company</a>
<a href="#" class="item">职位</a>
<div class="right menu">
<div class="item">
<a href="# class="ui button">Login in</a>
</div>
<div class="item">
<a href="#" class="ui primary button">Sign up</a>
</div>
</div>
</div>
</div>
<div class="ui vertical inverted menu">
<a href="#" class="active item">Home</a>
<a href="#" class="item">Work</a>
<a href="#" class="item">Company</a>
<a href="#" class="item">Careers</a>
<a href="#" class="item">Login</a>
<a href="#" class="item">Signup</a>
</div>
</body>
</html>