-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathposts.html
More file actions
52 lines (52 loc) · 2.4 KB
/
posts.html
File metadata and controls
52 lines (52 loc) · 2.4 KB
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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--\<meta name="viewport" content="width=device-width, initial-scale=1"> -->
<link rel="canonical" href="/posts">
<meta property="og:url" content="/posts">
<meta property="og:site_name" content="/">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon.png">
<title>ULP-ACE</title>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/styles/default.min.css">
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="icon" type="image/jpeg" href="/favicon.png"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/main.css">
<!--pudhina-fresh-jekyll-sun-chocolate-ruby-v-2021-02-22-->
<div class="wrapper">
<header class="header">
<div class="navigation">
<style>
.headerx img {
float: left;
width: 100px;
height: 100px;
}
.headerx h1 {
position: relative;
top: 8px;
left: 10px;
}
</style>
<div class="headerx">
<img src="/assets/img/logo.png" alt="logo" width="90px" length="90px">
<h1>ULP-ACE</h1>
</div>
<ul class="menu">
<li class="menu__entry"><a href="/" style = "color: #4d4d4d">About</a>
<li class="menu__entry"><a href="/resources" style = "color: #4d4d4d">Resources</a>
<li class="menu__entry"><a href="/applications" style = "color: #4d4d4d">Applications</a>
<li class="menu__entry"><a href="/deployment" style = "color: #4d4d4d">Deployment</a>
<li class="menu__entry"><a href="/team" style = "color: #4d4d4d">Team</a>
</ul>
</div>
</header>
<br>
<br>
<br>
</div>