Skip to content

Commit f209ba6

Browse files
committed
Update under construction
1 parent 18b0f50 commit f209ba6

4 files changed

Lines changed: 68 additions & 3 deletions

File tree

_layouts/about-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h4>Research Focuses</h4>
292292
</section>
293293

294294
<nav class="qa-nav-wrapper">
295-
<a href="/research-interests/" class="qa-link-card">
295+
<a href="/#research" class="qa-link-card">
296296
<h2>Q. What are your research interests in detail?</h2>
297297
</a>
298298
<a href="/#pursuits" class="qa-link-card">

_layouts/under-construction.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Coming Soon</title>
7+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
8+
<style>
9+
/* Basic styles for the page */
10+
body, html {
11+
height: 100%;
12+
margin: 0;
13+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
14+
display: flex;
15+
justify-content: center;
16+
align-items: center;
17+
text-align: center;
18+
background-color: #f8f9fa; /* Light gray background */
19+
color: #343a40; /* Dark text color */
20+
}
21+
22+
/* The main container for the content */
23+
.container {
24+
max-width: 600px;
25+
padding: 2rem;
26+
}
27+
28+
/* Style for the icon */
29+
.icon {
30+
font-size: 4rem; /* Makes the icon large */
31+
color: #adb5bd; /* A subtle gray for the icon */
32+
margin-bottom: 2rem;
33+
}
34+
35+
/* Style for the main heading */
36+
h1 {
37+
font-size: 2.5rem;
38+
font-weight: 600;
39+
margin: 0 0 1rem 0;
40+
}
41+
42+
/* Style for the descriptive paragraph */
43+
p {
44+
font-size: 1.2rem;
45+
line-height: 1.6;
46+
color: #6c757d; /* A slightly lighter gray for the text */
47+
}
48+
</style>
49+
</head>
50+
<body>
51+
52+
<div class="container">
53+
<div class="icon">
54+
<i class="fas fa-cogs"></i>
55+
</div>
56+
<h1>Coming Soon</h1>
57+
<p>This page is currently under construction. Please check back later for updates!</p>
58+
</div>
59+
60+
</body>
61+
</html>

_pages/main/research_interests.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
permalink: /research_interests/
3+
title: "Research Interests"
4+
layout: under-construction
5+
---

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h4 class="sub-card-title">Publications</h4>
5353
<i class="fas fa-arrow-right"></i>
5454
</a>
5555

56-
<a href="/" class="research-card sub-card">
56+
<a href="/research_interests/" class="research-card sub-card">
5757
<h4 class="sub-card-title">Research Interests</h4>
5858
<i class="fas fa-arrow-right"></i>
5959
</a>
@@ -92,7 +92,6 @@ <h3 class="card-sub-topic">Gastronomy</h3>
9292
</div>
9393
</a>
9494

95-
9695
<a href="/pursuits/taste?tab=culinary" class="hobby-card-vertical"
9796
style="background-image: url('/assets/home/egg.jpeg');">
9897
<div class="card-content-overlay">

0 commit comments

Comments
 (0)