Skip to content

Commit

Permalink
fixed size of the middle and set title to only be FLWN.DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninvf committed Feb 21, 2024
1 parent bb5e105 commit 96d4a2d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
19 changes: 7 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>gangnamstyle.dev</title>
<title>flwn.dev</title>
<meta name="robots" content="noindex">

<meta name="theme-color" content="#E91E63">
<meta content="gangnamstyle.dev" property="og:site_name">
<meta content="Flowyan's gangnamstyle.dev" property="og:title">
<meta content="flwn.dev" property="og:site_name">
<meta content="FLWN.DEV" property="og:title">
<meta content="My personal website." property="og:description">
<meta content="https://cdn.gangnamstyle.dev/media/gangnamstyle.gif" property="og:image">
<meta content="https://m.flwn.dev/gangnamstyle.gif" property="og:image">

<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
Expand All @@ -29,12 +29,12 @@

<body>
<div class="d-flex align-items-center vw-100 main flex-column">
<h1 id="replaceName">GANGNAMSTYLE.DEV</h1>
<h1>FLWN.DEV</h1>

<div class="middle">
<div class="main-section">
<div class="module">
<h2 id="replaceName">WELCOME TO GANGNAMSTYLE.DEV</h2>
<h2>WELCOME TO FLWN.DEV</h2>
<p>Hi, I'm Flowyan and this is my website.</p>
<p>I host several of my personal projects and stuff that I'm currently working on.</p>
<p>Some things that I have on here currently is a media website with funny pictures, a website for
Expand Down Expand Up @@ -94,17 +94,13 @@ <h2>PLANS FOR THE FUTURE <small>(of this website)</small></h2>
</div>
</div>

<!-- Replace mentions of gangnamstyle.dev with the current window.location.hostname -->
<script src="js/changeName.js"></script>

<div class="side-section">
<div class="module">
<h2>STUFF</h2>
<div class="d-flex flex-column">
<a href="" class="activelink">> Home</a>
<a href="/about.html">> More about me</a>
<a href="#" class="disabled" title="Work in progress!">> Media</a>
<a href="https://cdn.gangnamstyle.dev">> CDN</a>
<a href="https://m.flwn.dev">> Media Files</a>
<a href="/credits.html">> Credits</a>
<a href="https://gangnamstyle.dev/grades" target="_blank">> Grade calculator</a>
</div>
Expand All @@ -121,7 +117,6 @@ <h2 class="mt-2">FRIENDS</h2>
<a href="https://basil.florist" target="_blank">> basil.florist</a>
<a href="https://boykisser.rocks" target="_blank">> boykisser.rocks</a>
<a href="https://jonstu.dev" target="_blank">> jonstu.dev</a>
<a href="https://familyguyhouse.com/" target="_blank">> familyguyhouse.com</a>
</div>
</div>
<div class="module">
Expand Down
2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ h3 {
display: flex;
flex-direction: row;
gap: 1vh;
width: 50%;
width: 50rem;
height: 100%;
margin-bottom: 5vh;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ h3 {
display: flex;
flex-direction: row;
gap: 1vh;
width: 50%;
width: 50rem;
height: 100%;
margin-bottom: 5vh;
}
Expand Down

0 comments on commit 96d4a2d

Please sign in to comment.