-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (61 loc) · 2.63 KB
/
Copy pathindex.html
File metadata and controls
89 lines (61 loc) · 2.63 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<title>DAVAR LAB</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="feed.xml">
<!-- Stylesheet -->
<link rel="stylesheet" href="/css/main.css" rel='stylesheet' type='text/css'>
<style type="text/css">
.top-container{
margin-top:0px;
}
</style>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic' rel='stylesheet'
type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="/img/small_logo.png">
</head>
<body data-spy="scroll" data-offset="80" data-target=".scrollspy" id="top">
<div class="navigation"></div>
<!-- Start Banner -->
<div id="hero-carousel" class="hero">
<div class="item"
style="background: url('img/competitions/csig2022.png') no-repeat; background-position: center; background-size: contain;" onclick="windows.open('/competition/CSIG2022-invoice.html');">
</div>
<div class="item"
style="background: url('img/hire.jpg') no-repeat; background-position: center; background-size: contain;">
</div>
<div class="item"
style="background: url('img/jianyuan.png') no-repeat; background-position: center; background-size: contain;">
</div>
<!--<div class="item"
style="background: url('img/bird.png') no-repeat; background-position: center; background-size: contain;">
</div>-->
<div class="item"
style="background: url('img/jiangtun.png') no-repeat; background-position: center; background-size: contain;">
</div>
<div class="item"
style="background: url('img/chibang.png') no-repeat; background-position: center; background-size: contain;">
</div>
</div>
<!-- End Banner -->
<div class="common-news"></div>
<div class="footer"></div>
<script src="/js/jquery.min.js"></script>
<script src="/js/all.min.js"></script>
<script>
$(document).ready(function () {
$(".common-news").load("/common/news.html");
$(".footer").load("/common/footer.html");
$(".navigation").load("/common/navigation.html");
});
</script>
</body>
</html>