-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCSAC Introduction.html
112 lines (109 loc) · 5.66 KB
/
CSAC Introduction.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-->
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="introduction.css"/>
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<script src="https://unpkg.com/scrollreveal"></script>
<title>introduction</title>
<style type="text/css">
.navbar-collapse li ul{
display:none;
height:auto;
width: auto;
position:absolute;
width:100px;
z-index:200;
margin:0px;
list-style-type: none;
}
.navbar-collapse li:hover ul{
display:block;
}
.footer {
background-color:skyblue;
color:white;
clear:both;
text-align:center;
padding:5px;
border-style: groove;
border-radius: 20px;
border-color: skyblue;
}
.removeborder{
border: none;
}
</style>
</head>
<body background="image/会议背景11.jpg">
<div>
<header style="min-height: 76px;">
<nav id="main-nav" class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="index.html"><img alt="安全多方计算国际论坛-2019" src="image/logo.png"></a> -->
</div>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-center">
<li><a href="index.html">
<i class="fa fa-home fa-1x" aria-hidden="true"></i> DFSC</a></li>
<li class="submenu">
<a href="News.html">News</a>
</li>
<li class="submenu">
<a href="Conference.html">Conferences</a>
</li>
<li class="submenu">
<a href="Training-Camp.html">Training Camp</a>
</li>
<li class="submenu">
<a href="Research.html">Research</a>
</li>
<li class="submenu">
<a href="About us Introduction.html">About us</a>
</li>
</ul>
</div>
</div><!-- /.container-->
</nav>
</header>
<div id="introdution">
<div class="introdution">
<div id="theme">
<p style="text-align:center"><img alt="CSAC-2019" src="image/circle-cropped-csac.png" style="width: 210px; height: 213px; " ></a> <br/>
<div class="footer1 removeborder">
<p style="text-indent:2em ">The threat to CyberSpace is becoming more and more serious, and situation of CyberSecurity is becoming extremely serious. Crytpography is foundation of CyberSecurity, and is the very important method to protect security of users and industry.</a><br/>
</div>
<div class="footer2 removeborder">
<p style="text-indent:2em ">International Cybersecurity and Applied Cryptography Conference would like to invit well-known researchers all over the world to present their best works about Cybersecurity and Cryptography. Everyone, who does the best works on above fields, will be invited to attend CSAC Conference, and present their works. We would like to provid tranvel funding for the invited speakers.</a><br/>
<p style="text-indent:2em "><a href="CSAC-2018.html">CSAC-2018</a> || <a href="CSAC-2019.html">CSAC-2019</a> <br/>
<p style="text-indent:2em "><a href="CSAC-2020.html">CSAC-2020</a> || <a href="CSAC-2021.html">CSAC-2021</a> <br/>
<div class="footer4 removeborder">
<p style="text-align:center"><img src="image/DFSC CENTERlogo.png " style="width:18%; height:18%; margin: 10px;" ><strong>Copyright©2016 DFSC Center</strong></a> <br/>
</div>
</div>
</div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script>
</body>
</html>