Skip to content

Commit

Permalink
modified: _includes/about.html
Browse files Browse the repository at this point in the history
	modified:   _includes/head.html
	modified:   _layouts/front.html
	modified:   pages/projects.html
  • Loading branch information
Charmgil Hong authored and Charmgil Hong committed Sep 25, 2024
1 parent 0f325a9 commit 01540be
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4>Former Students</h4>
<tr>
<td width="192">Hyeyoon Jung (<a href="pages/projects#rul">RUL</a>, '22-'23)</td>
<td width="192">Jihyun Moon (<a href="pages/projects#rul">RUL</a>, '22-'23)</td>
<td width="192">Myeong Ju Lim (<a href="pages/projects#rul">RUL</a>, '22-'23)</td>
<td width="192">Myeong Ju Lim, R.N. (<a href="pages/projects#rul">RUL</a>, '22-'23)</td>
<td width="192">Min Ji Park (<a href="pages/projects#rul">RUL</a>, '22-'23)</td>
</tr>
<tr>
Expand Down
9 changes: 8 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<head>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WGQ9BVCX');</script>
<!-- End Google Tag Manager -->

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -25,7 +33,6 @@
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V73QCDBPDX"></script>
Expand Down
4 changes: 4 additions & 0 deletions _layouts/front.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{% include head.html %}

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGQ9BVCX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

{% include navigation.html %}
{% include header.html %}
Expand Down
11 changes: 11 additions & 0 deletions pages/projects.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WGQ9BVCX');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HAIL Projects</title>
Expand Down Expand Up @@ -141,6 +148,10 @@
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGQ9BVCX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- Full width header on top -->
<header class="header">
Expand Down

0 comments on commit 01540be

Please sign in to comment.