-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewly.html
43 lines (42 loc) · 1.3 KB
/
newly.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
<!DOCTYPE html>
<html>
<head>
<title>This is title</title>
<link rel="stylesheet" href="./css/bootstrap-grid.min.css">
<link rel="stylesheet" href="./css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/profiler.css">
</head>
<body>
<div class="row header">
<img class="header-image" src="./assets/Together.png">
</div>
<div class="row header text-tab">
<div class="col-sm-4"></div>
<div class="col-sm-1">
<a href="gallery.html">GALLERY</a>
</div>
<div class="col-sm-1">
<a href="project.html">PROJECT</a>
</div>
<div class="col-sm-1">
<a href="newly.html">NEWLY</a>
</div>
</div>
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-2 shift">
<div class="row">
<a href="index.html"><img class="rounding" src="./assets/profile_picture.png"></a>
</div>
</div>
<div class="col-sm-6 card-list shift text-card">
Sorry, this page is under construction
</div>
</div>
<div class="row shift" style="padding-top: 50px">
<div class="col-sm-4"></div>
<div class="col-sm-2"></div>
</div>
</body>
</html>