Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
testing html without pre tag and updated relative links
  • Loading branch information
sBazl authored Nov 20, 2023
1 parent a4ae748 commit 73b4148
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
<html><head><meta name="color-scheme" content="light dark"></head><body>&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
Expand All @@ -19,14 +19,14 @@
&lt;/script&gt;
&lt;% include partials/head %&gt;

&lt;link rel="stylesheet" type="text/css" href="/stylesheets/bootstrap.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/stylesheets/styles.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/stylesheets/footer.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/stylesheets/lab.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/stylesheets/master.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/stylesheets/team.css"&gt;
&lt;script type="text/javascript" src="/javascripts/flif.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="/javascripts/team.js"&gt;&lt;/script&gt;
&lt;link rel="stylesheet" type="text/css" href="/public/stylesheets/bootstrap.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/public/stylesheets/styles.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/public/stylesheets/footer.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/public/stylesheets/lab.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/public/stylesheets/master.css"&gt;
&lt;link rel="stylesheet" type="text/css" href="/public/stylesheets/team.css"&gt;
&lt;script type="text/javascript" src="/public/javascripts/flif.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="/public/javascripts/team.js"&gt;&lt;/script&gt;
&lt;title&gt; UGA SSRL &lt;/title&gt;
&lt;link rel="shortcut icon" type="image/png" href="../public/images/logos/uga-shield-favicon.png"/&gt;
&lt;/head&gt;
Expand All @@ -36,7 +36,7 @@
&lt;% include partials/nav %&gt;

&lt;div id="header-img"&gt;
&lt;!-- &lt;canvas data-polyflif-src="/images/SSRLProfiles/team.flif" id="team_pic"&gt;&lt;/canvas&gt; --&gt;
&lt;!-- &lt;canvas data-polyflif-src="/public/images/SSRLProfiles/team.flif" id="team_pic"&gt;&lt;/canvas&gt; --&gt;
&lt;div id="header"&gt;
&lt;p id="header_p"&gt;In 2015, 3 students at the University of Georgia set
out to build a spacecraft funded by Kickstarter. They reached out to
Expand Down Expand Up @@ -142,4 +142,4 @@
&lt;/script&gt;
&lt;/body&gt;

&lt;/html&gt;</pre></body></html>
&lt;/html&gt;</body></html>

0 comments on commit 73b4148

Please sign in to comment.