-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst_version.html
More file actions
139 lines (127 loc) · 5.83 KB
/
first_version.html
File metadata and controls
139 lines (127 loc) · 5.83 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/jpeg" href="foto.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Qi Cheng Hua</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Lichess Logo -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/piazzai/nonacademicons/css/nonacademicons.min.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation Section -->
<nav class="navbar navbar-expand-lg navbar-light bg-white sticky-top">
<div class="container">
<a class="navbar-brand" href="#">Qi Cheng Hua</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#socials">Socials</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero bg-light py-5">
<div class="container">
<div class="row">
<div class="col-md-6 py-3">
<img src="foto.jpg" alt="Me!" class="img-fluid rounded-circle" style="width: 300px; height: 300px; object-fit: cover; object-position: 50% 50%">
</div>
<div class="col-md-6 py-3">
<h1>Hi, I'm Qi!</h1>
<p class="lead">Welcome to my page. I'm a Data Scientist working for <a href="https://www.rewe.de" target="_blank">REWE</a>. In my free time I enjoy cooking, hiking and playing chess. Check out my <a href=#projects>projects</a>, or hit me up on <a href="https://www.linkedin.com/in/qi-cheng-hua-82692b135" target="_blank">social media</a>!</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-5">
<div class="container">
<h2>Projects </h2>
<div class="row">
<div class="col-md-6 py-3">
<div class="h-100 p-5 rounded-3 text-bg-light">
<h3>Price history billa.at</h3>
<p>Price history of all articles at <a href="https://shop.billa.at" target="_blank">shop.billa.at</a>.</p>
<a class="btn btn-primary" href="https://qichenghua.eu.pythonanywhere.com/billa/at/price_history/" target="_blank" role="button">Show me!</a>
</div>
</div>
<div class="col-md-6 py-3">
<div class="h-100 p-5 rounded-3 text-bg-light">
<h3>Random streamlit app</h3>
<p>Dashboard mimicking <a href="https://transparency.apg.at" target="_blank">apg.transparency.at</a>.</p>
<a class="btn btn-primary" href="https://app-transparency-apg.streamlit.app" target="_blank" role="button">Show me!</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 py-3">
<div class="h-100 p-5 rounded-3 text-bg-light">
<h3>Fully Dynamic Four-Vertex Subgraph Counting</h3>
<p>In my master thesis, I studied theoretical aspects of algorithms counting four-vertex subgraphs in a fully dynamic context. In particular, I proved upper and lower bounds for the complexity of such algorithms.</p>
<a class="btn btn-primary" href="https://arxiv.org/abs/2106.15524" target="_blank" role="button">Show me!</a>
</div>
</div>
<div class="col-md-6 py-3">
<div class="h-100 p-5 rounded-3 text-bg-light">
<h3>Top Secret Chinese Government Project</h3>
<p>Don't click on this.</p>
<a class="btn btn-primary" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" role="button">Show me!</a>
</div>
</div>
</div>
</div>
</section>
<!-- Socials Section -->
<section id="socials" class="bg-light text-center py-3">
<div class="container">
<h2>
<a href="https://www.github.com/qichenghua" target="_blank" class="text-dark text-decoration-none">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/qi-cheng-hua-82692b135" target="_blank" class="text-dark text-decoration-none">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://www.lichess.org/@/Heteromorph" target="_blank" class="text-dark text-decoration-none">
<i class="nai nai-lichess"></i>
</a>
</h2>
</div>
</section>
<script>
async function track() {
const url = "https://qichenghua.eu.pythonanywhere.com/github_pages_tracker";
try {
const response = await fetch(url);
if (!response.ok) {
throw new Error(`Response status: ${response.status}`);
}
const json = await response.json();
console.log(json);
} catch (error) {
console.error(error.message);
}
}
track()
</script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>