Skip to content

Commit

Permalink
under construction
Browse files Browse the repository at this point in the history
  • Loading branch information
brant-ruan committed Apr 25, 2024
1 parent 1d5b031 commit b0d4f1f
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 32 deletions.
11 changes: 6 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About CURIOSITY</title>
<title>NUS CURIOSITY</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -14,18 +15,18 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<main>
<h2>Welcome to Our Lab</h2>
<p>This is the home page for the Lab. Here you can find information about our projects, publications, and the latest news.</p>

</main>
</div>
<footer>
<p>&copy; 2024 NUS CURIOSITY InfoSec Research Group. All rights reserved.</p>
</footer>
Expand Down
11 changes: 6 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<title>NUS CURIOSITY</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -14,18 +15,18 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<main>
<h2>Welcome to Our Lab</h2>
<p>This is the home page for the Lab. Here you can find information about our projects, publications, and the latest news.</p>

</main>
</div>
<footer>
<p>&copy; 2024 NUS CURIOSITY InfoSec Research Group. All rights reserved.</p>
</footer>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="about.html">About</a></li> -->
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
Expand All @@ -28,7 +27,9 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<h2>Welcome to CURIOSITY!</h2>
<p>CURIOSITY is a cybersecurity research group led by Prof. Zhenkai Liang at National University of Singapore. </p>
<p>Our research mainly focuses on system security, covering provenance, anomaly detection, trusted computing, Android malware detection, cyber range and attack replay, vulnerability assessment, program analysis, fuzzing and testing, AI for security, etc.</p>
<p><strong>Group Motto: <em>Understanding systems, abstracting knowledge, connecting facts.</em></strong></p>
<p><strong>Group Motto: <em>Understanding systems, abstracting knowledge, and connecting facts.</em></strong></p>
<h2>Latest News</h2>
<h2>For Prospective Students</h2>
<h2>Selected Publications</h2>
<div class="publications-container">
<div class="publication">
Expand Down
11 changes: 6 additions & 5 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News</title>
<title>NUS CURIOSITY</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -14,18 +15,18 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<main>
<h2>Welcome to Our Lab</h2>
<p>This is the home page for the Lab. Here you can find information about our projects, publications, and the latest news.</p>

</main>
</div>
<footer>
<p>&copy; 2024 NUS CURIOSITY InfoSec Research Group. All rights reserved.</p>
</footer>
Expand Down
11 changes: 6 additions & 5 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>People</title>
<title>NUS CURIOSITY</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -14,18 +15,18 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<main>
<h2>Welcome to Our Lab</h2>
<p>This is the home page for the Lab. Here you can find information about our projects, publications, and the latest news.</p>

</main>
</div>
<footer>
<p>&copy; 2024 NUS CURIOSITY InfoSec Research Group. All rights reserved.</p>
</footer>
Expand Down
11 changes: 6 additions & 5 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
<title>NUS CURIOSITY</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -14,18 +15,18 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<main>
<h2>Welcome to Our Lab</h2>
<p>This is the home page for the Lab. Here you can find information about our projects, publications, and the latest news.</p>

</main>
</div>
<footer>
<p>&copy; 2024 NUS CURIOSITY InfoSec Research Group. All rights reserved.</p>
</footer>
Expand Down
11 changes: 6 additions & 5 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications</title>
<title>NUS CURIOSITY</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -14,18 +15,18 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<main>
<h2>Welcome to Our Lab</h2>
<p>This is the home page for the Lab. Here you can find information about our projects, publications, and the latest news.</p>

</main>
</div>
<footer>
<p>&copy; 2024 NUS CURIOSITY InfoSec Research Group. All rights reserved.</p>
</footer>
Expand Down

0 comments on commit b0d4f1f

Please sign in to comment.