Skip to content

Commit

Permalink
modified: _config.yml
Browse files Browse the repository at this point in the history
	modified:   _includes/navigation.html
	modified:   pages/projects.html
  • Loading branch information
Charmgil Hong authored and Charmgil Hong committed Sep 17, 2024
1 parent 3e01169 commit 36ae7b9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
14 changes: 6 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Site settings
title:
email:
title: "HAIL: Handong Artificial Intelligence Laboratory"
email: "[email protected]"
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
Handong Artificial Intelligence Lab (HAIL) is a research group at Handong Global University, dedicated to advancing artificial intelligence and machine learning technologies to address real-world challenges across various industries.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
url: "hail.handong.edu" # the base hostname & protocol for your site

# User setting
owner:
email:
owner: "Charmgil Hong"
email: "[email protected]"
facebook_username:
twitter_username:
github_username: "nth221"
Expand Down
4 changes: 3 additions & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a href="#top" onclick = $("#menu-close").click(); >Start Bootstrap</a>
<a href="#top" onclick = $("#menu-close").click(); >HAIL Home</a>
</li>
<!--
<li>
<a href="#top" onclick = $("#menu-close").click(); >Home</a>
</li>
-->
<li>
<a href="#about" onclick = $("#menu-close").click(); >About</a>
</li>
Expand Down
26 changes: 26 additions & 0 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,32 @@ <h1>HAIL Projects</h1>
</div>
</header>


<a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a href="#top" onclick = $("#menu-close").click(); >Start Bootstrap</a>
</li>
<li>
<a href="#top" onclick = $("#menu-close").click(); >Home</a>
</li>
<li>
<a href="#about" onclick = $("#menu-close").click(); >About</a>
</li>
<li>
<a href="#projects" onclick = $("#menu-close").click(); >Projects</a>
</li>
<li>
<a href="#portfolio" onclick = $("#menu-close").click(); >Publications</a>
</li>
<li>
<a href="#contact" onclick = $("#menu-close").click(); >Contact</a>
</li>
</ul>
</nav>

<!-- Below the header: a container with the side pane and main content -->
<div class="content-container">
<!-- Left Side Pane with lab logo above the contents -->
Expand Down

0 comments on commit 36ae7b9

Please sign in to comment.