-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio22.html
132 lines (112 loc) · 4.56 KB
/
portfolio22.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Heno Portfolio</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- FONTS ONLINE -->
<link
href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!--MAIN STYLE-->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/ionicons.min.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- WRAPPER -->
<div id="wrap">
<!-- HEADER -->
<header>
<nav>
<!-- NAV FIRST -->
<div class="navgation"> <a href="#."><i class="ion-navicon fa-2x"></i></a>
<div class="open-navigation">
<div class="navi-in animated flipInY">
<!-- LOGO type_1-->
<a href="index.html" class="logo"><span>I am a Designer. also Front-end engineer.</span>
<hr>
</a>
<ul class="nav-links">
<li class="active"><a href="index.html">PORTFOLIO</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
<!-- copyRight -->
<p class="ads">Tokyo</p>
</div>
</div>
</div>
<!-- SOCIAL ICONS -->
<div class="navgation share"><a href="#"><i class="ion-android-share-alt"></i></a>
<div class="open-navigation">
<div class="navi-in animated flipInY">
<ul class="social_icons">
<li class="facebook"><a href="https://www.facebook.com/henoj" target="_blank"><i
class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="portfolio-single">
<!-- TOP NEXT PRE SECTION -->
<div class="port-top-sec">
<div class="container">
<div class="pull-left"> <a href="portfolio23.html"><i class="ion-ios-arrow-thin-left"></i></a> <a
href="portfolio21.html" class="next"><i class="ion-ios-arrow-thin-right"></i></a> </div>
<div class="pull-right"> <a href="index.html" class="close"><i class="ion-ios-close-empty"></i></a> </div>
</div>
</div>
<!-- PORTFOLIO DETAILS -->
<div class="container">
<ul>
<!-- IMAGE -->
<li class="col-md-8 no-padding"> <img class="img-responsive" src="images/single-22.jpg" alt=""> </li>
<!-- INFO -->
<li class="col-md-4 no-padding">
<div class="project-info">
<h5>WAmazing</h5>
<p>User account management web</p>
<br>
<br>
<p><strong>Device </strong> : React Web</p>
<p><strong>Release </strong> : 2019</p>
<p><strong>Position </strong> : Design / Front UI</p>
</li>
</ul>
<!-- OTHER IMAGES -->
<div class="row">
<div class="col-sm-6"> <img class="img-responsive" src="images/single-22-1.jpg"> </div>
<div class="col-sm-6"> <img class="img-responsive " src="images/single-22-2.jpg"> </div>
</div>
<!-- RIGHTS -->
<div class="rights margin-t-80">
<p>Heno Portfolio</p>
</div>
</div>
</div>
</div>
<!-- Wrap End -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/counter.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/search-pop-up.js"></script>
<script src="js/main.js"></script>
</body>
</html>