Skip to content

Commit

Permalink
modify page-content in main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DaozeZhang committed Jun 10, 2024
1 parent 6a0ba1d commit 03b51e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>

<head>
<head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-RFR2GFKT75"></script>
Expand Down Expand Up @@ -29,22 +29,18 @@
<!-- <meta name="google-site-verification" content="u_--0s_Uw50r4zCgRrzltkmFhNCduYOJwPGlKVTuNJU" /> -->

<title>Daoze Zhang</title>
<meta name="description" lang="en" content="This is an academic website for Leo Yuan">
<meta name="description" lang="en" content="This is an academic website for Daoze Zhang">
<meta name="keywords" lang="en" content="Daoze Zhang, 张道泽" />


<link rel="shortcut icon" href="images/icon/logo.jpg">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/custom.css">
<!-- <link rel="canonical" href="https://cs.stanford.edu/~leoyuan/"> -->
<!-- <link rel="alternate" type="application/rss+xml" title="Zeqing (Leo) Yuan" href="https://LeoYuan0111.github.io/feed.xml" /> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

<link rel="stylesheet" href="css/academicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">



<script src="js/jquery-2.1.3.min.js"> </script>

<!--[if lt IE 9]>
Expand Down Expand Up @@ -83,9 +79,11 @@
</head>




<body>

<!-- Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NC38VTD"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
Expand Down Expand Up @@ -206,6 +204,8 @@
</script> -->

<div class="page-content">


<div class="wrapper">
<div id="bio" class="bio">

Expand Down Expand Up @@ -411,7 +411,7 @@ <h1 class="md-heading text-left">
<div id="awards" class="bio">
<h1 class="md-heading text-left">
<i class="fa fa-tasks" aria-hidden="true"></i>
Selected Honors & Awards
Honors & Awards
</h1>
<ul>
<!-- <li><strong></strong>, 2023 (<b>Highest honor </b>)</li> -->
Expand Down
3 changes: 2 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ pre>code {
}

.page-content {
padding: 30px 0
padding: 30px 0;
text-align: left;
}

.text-center {
Expand Down

0 comments on commit 03b51e9

Please sign in to comment.