-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
104 lines (94 loc) · 4.11 KB
/
other.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Other其他作品</title>
<!-- Bootstrap Core CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src="https://code.jquery.com/jquery-3.1.1.js"
integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA="
crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"
integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Theme CSS -->
<link href="css/work.css" rel="stylesheet">
<link href="css/uiguide.css" rel="stylesheet">
<link href="css/hover.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<!-- icon font -->
<link href="css/portfoliofont.css" rel="stylesheet">
<!-- <script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script>-->
<script src="js/home.js"></script>
</head>
<body ontouchstart="" style="background: #293F64">
<a href="index.html" class="btn-float"><span class="icon-thin-cross"></span></a>
<div class="work-title-other"><div class="container"><div class="work-title-text-box-other col-xs-12 text-align-c" ><div class="work-title-text-text"><h2 class="text-w">Other 其他作品</h2><br><img src="img/other/other_bannerimg.svg">
</div>
</div>
</div>
</div>
<div class="home-container">
<div class="home-text-grid ">
<div class="">
<a href="http://www.fubonhomieparty.com/" target="_blank" class="margin-l">
<img class="contain-img hvr-float radius-6" src="img/other/Fubon_720 2.png">
</a>
</div>
<div class="margin-l">
<a href="https://streetvoice.com/pages/mobile-app/" target="_blank" class="margin-l">
<img class="contain-img hvr-float radius-6" src="img/other/SV_APP_Landingpage.png">
</a>
</div>
<div class="margin-l">
<img class="contain-img radius-6" src="img/other/Group 2.png">
</div>
<div class="margin-l">
<img class="contain-img radius-6" src="img/other/Group 76.png">
</div>
<div class="margin-l">
<img class="contain-img radius-6" src="img/other/Group 73.png">
</div>
<div class="margin-l">
<img class="contain-img radius-6" src="img/other/homepage_visual.png">
</div>
<div class="margin-l space-l">
</div>
</div>
</div>
<!--content-->
<div class="margin-l home-container bg-b1">
<div class="home-content-grid">
<div class="col-xs-12 col-sm-6 work-navigate-container work-navigate-l">
<a href="jkosui.html" class="work-navigate">
<i class="icon-thin-leftarrow"></i>
<div class="work-navigate-text"><h4 class="text-normal text-align-l">街口Jkos <br class="hide-in-md">UI design</h4></div>
<div class="work-navigate-img test1"><img src="img/home_work/work_jkos.png"></div>
</a>
</div>
<div class="col-xs-12 col-sm-6 work-navigate-container work-navigate-r hide-in-mobile">
<a class="work-navigate hide-in-pc">
<div class="work-navigate-img test1"><img src="img/home_work/work_nav_other.png"></div>
<div class="work-navigate-text"><h4 class="text-normal text-align-r">Other 其他</h4></div>
<i class="icon-thin-rightarrow"></i>
</a>
</div>
</div>
</div>
<!--contact-->
<div></div>
</body>
</html>