Skip to content

Commit f713765

Browse files
committed
add link
1 parent 50d7327 commit f713765

2 files changed

Lines changed: 26 additions & 12 deletions

File tree

static/css/layout.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ body{
292292
display:none;
293293
}
294294

295-
295+
.back{
296+
display: none;
297+
}
296298
}
297299

298300

@@ -305,7 +307,9 @@ body{
305307
#ads {
306308
display:none;
307309
}
308-
310+
.back{
311+
display: none;
312+
}
309313
}
310314

311315
/* Footer Start */

team.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<meta charset="utf-8">
66
<title>Hint Team</title>
77
<meta name="author" content="">
8-
<meta property="og:Hint Team" content="logo.png"/>
8+
<meta property="og:Hint Team" content="static/logo.png"/>
99
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
10-
<link rel="shortcut icon" href="css/logo.png">
11-
<link rel="stylesheet" href="css/normalize.css">
12-
<link rel="stylesheet" href="css/layout.css">
10+
<link rel="shortcut icon" href="static/css/logo.png">
11+
<link rel="stylesheet" href="static/css/normalize.css">
12+
<link rel="stylesheet" href="static/css/layout.css">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1414
<style>
1515
i{
@@ -102,14 +102,23 @@
102102
#social {
103103
margin-left: 25px;
104104
}
105+
.back {
106+
107+
margin-top : -24px;
108+
margin-left : 20px;
109+
}
110+
.back a{
111+
color: #A95179;
112+
font-size: 22px;
113+
}
105114

106115
</style>
107116

108117
<!--[if lt IE 9]>
109118
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>a
110119
<![endif]-->
111120
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
112-
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
121+
<script type="text/javascript" src="static/js/jquery.mixitup.min.js"></script>
113122

114123
<script type="text/javascript">
115124
$(function () {
@@ -143,9 +152,10 @@
143152

144153
</head>
145154
<body>
146-
155+
<div class="back"><a href="index.html"><h1><i class="fa fa-home" aria-hidden="true"></i></h1></a></div>
147156
<div id="mySidenav" class="sidenav">
148157
<center>
158+
<div class="back-mob"><a href="index.html"><h1><i class="fa fa-home" aria-hidden="true"></i></h1></a></div>
149159
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
150160
<a href="#" class="filter active" data-filter=".all" onclick="closeNav()" >All</a>
151161
<a href="#" class="filter" data-filter=".finance" onclick="closeNav()">Finance</a>
@@ -167,8 +177,8 @@
167177
</script>
168178
<div id="header">
169179
<div class="jumbotron text-center">
170-
<center><img id="logo" src="css/logo.gif" style="width :60%;
171-
height :auto;">
180+
<center><a href="index.html"><img id="logo" src="static/css/logo.gif" style="width :60%;
181+
height :auto;"></a>
172182

173183
<h1><font style="color : rgb(112, 112, 112) ;">Team HINT 3.0</h1></div>
174184
</center>
@@ -177,7 +187,7 @@ <h1><font style="color : rgb(112, 112, 112) ;">Team HINT 3.0</h1></div>
177187
<div id="span">
178188
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
179189
<center style="font-size:25px; margin-top :-38px">Team</center>
180-
<img id="logo" src="css/logo.png" style="width :60px; height :auto; margin-top : -30px;" align="right">
190+
<a href="index.html"><img id="logo" src="static/css/logo.png" style="width :60px; height :auto; margin-top : -30px;" align="right"></a>
181191
</div>
182192

183193
</div>
@@ -336,7 +346,7 @@ <h1><font style="color : rgb(112, 112, 112) ;">Team HINT 3.0</h1></div>
336346
<div class="portfolio management all" data-cat="management">
337347
<div class="portfolio-wrapper">
338348
<div class="image">
339-
<img src="team/faheem.jpg" onclick="void(0)" alt="" />
349+
<img src="team/mubu.jpg" onclick="void(0)" alt="" />
340350
</div>
341351
<div class="label">
342352
<div class="label-text">

0 commit comments

Comments
 (0)