Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
huajunsir committed Jun 17, 2023
1 parent 2eac759 commit 87ad75c
Show file tree
Hide file tree
Showing 86 changed files with 140 additions and 4,843 deletions.
14 changes: 0 additions & 14 deletions .devcontainer/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions .devcontainer/base.Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions .devcontainer/devcontainer.json

This file was deleted.

12 changes: 0 additions & 12 deletions .devcontainer/post-create.sh

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierignore

This file was deleted.

26 changes: 0 additions & 26 deletions .vscode/tasks.json

This file was deleted.

11 changes: 0 additions & 11 deletions 404.html

This file was deleted.

93 changes: 44 additions & 49 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,68 +2,63 @@ url: https://hicai-zju.github.io
baseurl:

# Site settings
title: AGI for Science
title:
email: [email protected]
description: "An AGI for science team from Hangzhou Innovation Center of Zhejiang University."
description: "An AI for science team from Hangzhou Innovation Center of Zhejiang University."


# Team names, titles and social links
people:
- name: Huajun Chen
pic: 1
position: Professor
social:
- title: homepage
url: https://person.zju.edu.cn/en/huajun
people-pi:
- name: Prof. Qiang Zhang
pic: PI/1
position: PI Researcher
url: #

- name: Larry Parker
pic: 2
position: Lead Marketer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: linkedin
url: #
- name: Prof. Keyan Ding
pic: PI/2
position: PI Researcher
url: #

- name: Prof. Renjun Xu
pic: PI/3
position: PI Researcher
url: #

people-student:
- name: Zeyuan Wang
pic: student/1
position: PhD Student
url: #

- name: Min Qin
pic: student/2
position: PhD Student
url: #

- name: Diana Petersen
pic: 3
pic: student/3
position: Lead Developer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: google-plus
url: #
- name: Huajun Chen
pic: 1
position: Professor
social:
- title: homepage
url: https://person.zju.edu.cn/en/huajun

- name: Larry Parker
pic: 2
position: Lead Marketer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: linkedin
url: #
url: #

- name: Diana Petersen
pic: 3
pic: student/3
position: Lead Developer
social:
- title: twitter
url: #

people-ra:
- name: Huajun Chen
pic: ra/1
position: Professor
url: #
- title: facebook

- name: Larry Parker
pic: ra/2
position: Lead Marketer
url: #
- title: google-plus

- name: Diana Petersen
pic: ra/3
position: Lead Developer
url: #

# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
Expand Down
4 changes: 2 additions & 2 deletions _data/template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Color settings (hex-codes without the leading hash-tag)
color:
primary: fed136
secondary: fec503
primary: 2e7064
secondary: cac9b5
secondary-dark: 333
muted: 777

Expand Down
6 changes: 3 additions & 3 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ header {
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-size: contain;
-o-background-size: cover;
}

Expand All @@ -286,9 +286,9 @@ header .intro-text {
header .intro-text .intro-lead-in {
margin-bottom: 25px;
font-family: {{ site.data.template.font.secondary }};
font-size: 22px;
font-size: 10px;
font-style: italic;
line-height: 22px;
line-height: 10px;
}

header .intro-text .intro-heading {
Expand Down
23 changes: 15 additions & 8 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,25 @@
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">Services</a>
<a class="page-scroll" href="#research">Research</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
<a class="page-scroll" href="#news">News</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
<a class="page-scroll" href="https://github.com/HICAI-ZJU/hicai-zju.github.io/wiki/Publications" target="_blank">Publications</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Resources</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
<a class="page-scroll" href="https://github.com/HICAI-ZJU" target="_blank">GitHub</a>
</li>
<li>
<a class="page-scroll" href="#contact">Join Us</a>
</li>
</ul>
</div>
Expand All @@ -43,10 +49,11 @@
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To Our Team!</div>
<div class="intro-heading">We are an AI for Science Team</div>
<a href="#team" class="page-scroll btn btn-xl">About Us</a>
<div class="intro-text" >
<div > <h2>An AI for Science team from Hangzhou Innovation Center of <a href="https://www.zju.edu.cn/english/" target="_blank">Zhejiang University</a> </h2></div>
<div class="intro-lead-in"> &nbsp </div>

<a href="#team" class="page-scroll btn btn-xl">About Us</a> &nbsp &nbsp &nbsp <a href="#Resources" class="page-scroll btn btn-xl">Resources</a>
</div>
</div>
</header>
Expand Down
Loading

0 comments on commit 87ad75c

Please sign in to comment.