Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
Expand All @@ -10,15 +9,20 @@
<meta name="description" content="Cindy Wang's professional website">
<title>Cindy Wang</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

<link rel="stylesheet" href="./static/style.css">
</head>
<body style="font-family: Arial">
<header style="color:blue; background:lightblue">
<h1>Cindy Wang</h1>
<body>
<header>
<h1 id="webname">Cindy Wang</h1>
<nav>
<a href="index.html">Home</a>
<a href="views/cv.html">CV</a>
<a href="views/contact.html">Contact Me</a>
<a href="views/fun.html">For Fun</a>
<a href="index.html">about</a>
<a href="views/cv.html">resume</a>
<a href="views/fun.html">play</a>
<a href="views/contact.html">contact</a>

</nav>
</header>
Expand Down
37 changes: 37 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
* {
font-family: "Roboto";
font-optical-sizing:auto;
font-weight:300;
font-style: normal;
font-variation-settings:unset;

padding: 5px;
margin: 5px;
}

#webname {
background-color: #e062bf;
}

nav a {
text-decoration: none;
color: #e062bf;
margin-right: 15px;
}

th {
padding: 12px;
background-color: #e062bf;
color: grey;
width: fit-content;
}

tr:nth-child(odd) {
background-color: #e24242;
}

form * {
display: block;
margin: auto;
text-align: center;
}
20 changes: 11 additions & 9 deletions views/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@
<meta name="keywords" content="Carnegie Mellon University, Information Systems">
<meta name="description" content="Cindy Wang's professional website">
<title>Cindy Wang</title>
<style>
</style>


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../static/style.css">

</head>
<body style="font-family: Arial">
<body>
<header>
<h1>Cindy Wang</h1>
<h1 id="webname">Cindy Wang</h1>
<nav>
<a href="../index.html">Home</a>
<a href="cv.html">CV</a>
<a href="contact.html">Contact Me</a>
<a href="fun.html">For Fun</a>
<a href="../index.html">about</a>
<a href="cv.html">resume</a>
<a href="fun.html">play</a>
<a href="contact.html">contact</a>
</nav>
</header>
<div class="main">
Expand Down
27 changes: 19 additions & 8 deletions views/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@
<meta name="description" content="Cindy Wang's professional website">
<title>Cindy Wang</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../static/style.css">
</head>
<body style="font-family: Arial">
<body>
<header>
<h1>Cindy Wang</h1>
<h1 id="webname">Cindy Wang</h1>
<nav>
<a href="../index.html">Home</a>
<a href="cv.html">CV</a>
<a href="contact.html">Contact Me</a>
<a href="fun.html">For Fun</a>
<a href="../index.html">about</a>
<a href="cv.html">resume</a>
<a href="fun.html">play</a>
<a href="contact.html">contact</a>
</nav>
</header>
<div class="main">
Expand All @@ -35,8 +39,15 @@ <h2>Curriculum Vitae</h2>
<tr>
<td>Carnegie Mellon University</td>
<td>Studying Information Systems with double major in Artificial Intelligence (undeclared)
and minor in Human Computer Interaction (undeclared), and currently doing research in AI
cyber attacks. </td>
and minor in Human Computer Interaction (undeclared).</td>
</tr>
<tr>
<td>SCS Cyberdefense Research</td>
<td>Using LLM to generate knowledge graphs to systemize cyber defense processes and playbook generating</td>
</tr>
<tr>
<td>CMU Women's Club Volleyball</td>
<td>Active team member</td>
</tr>
</table>
<p><a href="../static/resume.pdf" target="_blank">My Resume (PDF)</a></p>
Expand Down
16 changes: 10 additions & 6 deletions views/fun.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@
<meta name="description" content="Cindy Wang's professional website">
<title>Cindy Wang</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../static/style.css">
</head>
<body style="font-family: Arial">
<body>
<header>
<h1>Cindy Wang</h1>
<h1 id="webname">Cindy Wang</h1>
<nav>
<a href="../index.html">Home</a>
<a href="cv.html">CV</a>
<a href="contact.html">Contact Me</a>
<a href="fun.html">For Fun</a>
<a href="../index.html">about</a>
<a href="cv.html">resume</a>
<a href="fun.html">play</a>
<a href="contact.html">contact</a>
</nav>
</header>
<div class="main">
Expand Down