-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
75 lines (72 loc) · 3.22 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ICPECA 2019</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="./static/css/main.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<script src="./static/js/main.js"></script>
</head>
<body>
<!--===== HEADER =====-->
<header>
<section>
<div class="hero" style="min-height:300px;">
<div class="container">
<div class="row align-items-center mt-3">
<div class="col-md-3 text-center">
<img src="static/img/jamia.png" class="img-fluid" width=100px>
</div>
<div class="col-md-6 col-12">
<h4 class="d-none d-md-block text-primary font-weight-bold mt-2">
IEEE International Conference on Power Electronics,
Control and Automation 2019
</h4>
<h1 class="d-block d-md-none text-primary font-weight-bold">ICPECA 2019</h1>
</div>
<div class="col-md-3 text-center">
<img src="static/img/ieee.jpeg" class="img-fluid ml-5" width=100px>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-light navbar-expand-sm">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav row w-100 mx-auto">
<li class="nav-item active col text-center"><a href="/" class="nav-link font-weight-bold">Home</a></li>
<li class="nav-item col text-center"><a href="/committee.html" class="nav-link font-weight-bold">Committee</a></li>
<li class="nav-item col text-center"><a href="/papers.html" class="nav-link font-weight-bold">Call for Papers</a></li>
<li class="nav-item col text-center"><a href="/authors.html" class="nav-link font-weight-bold">For Authors</a></li>
<li class="nav-item col text-center"><a href="/dates.html" class="nav-link font-weight-bold">Important Dates</a></li>
<li class="nav-item col text-center"><a href="/register.html" class="nav-link font-weight-bold">Register</a></li>
</ul>
</div>
</nav>
</section>
</header>
<!--===== BODY =====-->
<section>
<div class="body container">
<article class="main">
<!-- Main Body Article -->
<h3 class="widget-title">Website under construcion</h3>
</article>
</div>
</section>
<!--===== FOOTER =====-->
<footer>
<section>
<div class="container">
<h3>IEEE</h3>
<p>© 2019 IEEE Jamia Millia Islamia</p>
</div>
</section>
</footer>
</body>
</html>