mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-28 02:06:05 +00:00
commit
e9b5de59be
35
index.php
35
index.php
|
@ -23,22 +23,10 @@
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<nav>
|
<nav>
|
||||||
<button onclick="openTab(event, 'Home')" class="nav-item nav-item_selected">
|
<button onclick="openTab(event, 'Home')" class="nav-item nav-item_selected"><p>Home</p></button>
|
||||||
<p>Home</p>
|
<button onclick="openTab(event, 'Hobbies')" class="nav-item"><p>Hobbies</p></button>
|
||||||
</button>
|
<button onclick="openTab(event, 'Experiance')" class="nav-item"><p>Experiance</p></button>
|
||||||
|
<button onclick="openTab(event, 'Gallery')" class="nav-item"><p>Gallery</p></button>
|
||||||
<button onclick="openTab(event, 'Hobbies')" class="nav-item">
|
|
||||||
<p>Hobbies</p>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="openTab(event, 'Experiance')" class="nav-item">
|
|
||||||
<p>Experiance</p>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="openTab(event, 'Gallery')" class="nav-item">
|
|
||||||
<p>Gallery</p>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<span id="nav-item_underline"></span>
|
<span id="nav-item_underline"></span>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -46,7 +34,20 @@
|
||||||
<div id="Home" class="tabContent">
|
<div id="Home" class="tabContent">
|
||||||
<div id="hero" class="hero">
|
<div id="hero" class="hero">
|
||||||
<img src="img/sad.png">
|
<img src="img/sad.png">
|
||||||
<h1>O, hi stranger</h1>
|
|
||||||
|
<?php
|
||||||
|
$welcome = array(
|
||||||
|
'O, hi Mark',
|
||||||
|
'O, hi stranger',
|
||||||
|
'Hewwo',
|
||||||
|
'AAAAAAA',
|
||||||
|
'UwU',
|
||||||
|
'HELLOOOOOO'
|
||||||
|
);
|
||||||
|
|
||||||
|
echo "<h1>".$welcome[array_rand($welcome)]."</h1>";
|
||||||
|
?>
|
||||||
|
|
||||||
<p>I'm a smelly Maned Wolf that goes by Fluffy Bean. I'm 17 years old that has weird interests</p>
|
<p>I'm a smelly Maned Wolf that goes by Fluffy Bean. I'm 17 years old that has weird interests</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue