Skip to content

Commit

Permalink
ok lets remove the .html endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Adam authored and Jack Adam committed May 18, 2020
1 parent 3a642c0 commit 0201c25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<title>Archive</title>
</head>
<body>
<a href="index.html"id="back">&#8689;&#xFE0E;</a>
<a href="index"id="back">&#8689;&#xFE0E;</a>
<a id="myBtn">?</a>
<div id="myModal" class="modal">
<div class="modal-content">
Expand Down
2 changes: 1 addition & 1 deletion full.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<title>Full Exhibition</title>
</head>
<body>
<a href="index.html"id="back">&#8689;&#xFE0E;</a>
<a href="index"id="back">&#8689;&#xFE0E;</a>
<div id="container" class="container">
</div>
<div id="nav">
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
<body>
<span id="tit">TIANA WANG: <i>Lifescapes in Time</i></span>
<div class="homemenu">
<p class="menu"> <a href="live.html">live gallery</a> </p>
<p class="menu"> <a href="full.html">full exhibition</a> </p>
<p class="menu"> <a href="archive.html">archive</a> </p>
<p class="menu"> <a href="live">live gallery</a> </p>
<p class="menu"> <a href="full">full exhibition</a> </p>
<p class="menu"> <a href="archive">archive</a> </p>
</div>
<div class="belowmenu">
<a id="myBtn">ABOUT</a>
<div id="myModal" class="index-modal">
<div class="modal-content">
<span class="close">&#9900;&#xFE0E;</span>
<span>This is a virtual art exhibition by <a href="mailto:[email protected]" target="_blank" class="link">Tiana Wang</a>.</span> <br>
<span>It was designed and written by <a href="https://www.jackadam.cc" class="link" target="_blank">Jack Adam</a>.</span>
<span>It was designed and written by <a href="/" class="link" target="_blank">Jack Adam</a>.</span>
<div class="gap"> </div>
<span>The exhibition opened on May 1, 2020 amid the COVID-19 outbreak in the US, and at the end of a remotely-conducted spring semester. At a time when our peers and colleagues were spread across the globe, and the digital capacity of our university was stretched, the exhibition proposal was threefold:</span>
<div class="gap"> </div>
Expand Down
2 changes: 1 addition & 1 deletion live.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<title>Live Gallery</title>
</head>
<body>
<a href="index.html"id="back">&#8689;&#xFE0E;</a>
<a href="index"id="back">&#8689;&#xFE0E;</a>
<a id="myBtn">?</a>
<div id="myModal" class="modal">
<div class="modal-content">
Expand Down

0 comments on commit 0201c25

Please sign in to comment.