Updated - I forget what.

This commit is contained in:
Cutieguwu
2024-01-08 15:59:47 -05:00
parent 1b760948e6
commit 41519b0260
3 changed files with 66 additions and 2 deletions

57
Blog/blog.html Normal file
View File

@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Cutieguwu's Official website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="cutieguwu, 3d printing, cnc, laser engraving, video games, sewing, costumes, art">
<title>Cutieguwu - Home</title>
<link rel="stylesheet" type="text/css" href="../Global_Resources/style.css">
<img class="titleimg" src="">
<h1 class="title">Cutieguwu</h1>
<nav>
<div class="menubar">
<ul>
<a href="">Home</a>
<a href="./Videos/videos.html">Videos</a>
<li class="dropdown">
<a href="./3D_Design/3d_design.html">3D Design</a>
<div class="dropdownContent">
<a href="./3D_Design/3D_Printing/">3D Printing</a>
<a href="./3D_Design/CNC_Routing/">CNC Routing</a>
<a href="./3D_Design/Laser_Engraving/">Laser Engraving</a>
</div>
</li>
<li class="dropdown">
<a href="./Sewing/sewing.html">Sewing</a>
<div class="dropdownContent">
<a href="./Sewing/Costume_Design/">Costume Design</a>
</div>
</li>
<a href="./Video_Gaming/video_gaming.html">Video Gaming</a>
<a href="./Blog/blog.html">Blog</a>
<a href="./About/about.html">About</a>
</ul>
</div>
</nav>
</head>
<body>
<div>
<div class="menubar-side">
<ul>
<a href="#News1">June 03, 2023</a>
<hr>
<a href="#News1">June 03, 2023</a>
<hr>
</ul>
</div>
<div class="global-page-bg">
<hr>
<div class="main-page-subtitle">
<p>Website managed by Olive [Cutieguwu]</p>
</div>
<hr>
</div>
</div>
</body>
</html>

View File

@@ -49,6 +49,11 @@ p
text-align: center; text-align: center;
} }
.subtitle
{
text-align: center;
}
.menubar ul .menubar ul
{ {
display: table; display: table;
@@ -58,7 +63,7 @@ p
.menubar ul a .menubar ul a
{ {
float: left; float: left;
width: 10vw; width: 9vw;
height: 2vw; height: 2vw;
background-color: #bf00b6; background-color: #bf00b6;
line-height: 2vw; line-height: 2vw;

View File

@@ -8,7 +8,8 @@
<title>Cutieguwu - Home</title> <title>Cutieguwu - Home</title>
<link rel="stylesheet" type="text/css" href="./Global_Resources/style.css"> <link rel="stylesheet" type="text/css" href="./Global_Resources/style.css">
<img class="titleimg" src=""> <img class="titleimg" src="">
<h1 class="title">Welcome to my official site! Explore my projects!</h1> <h1 class="title">Cutieguwu</h1>
<h3 class="subtitle">Welcome to my official site! Explore my projects!</h3>
<nav> <nav>
<div class="menubar"> <div class="menubar">
<ul> <ul>
@@ -29,6 +30,7 @@
</div> </div>
</li> </li>
<a href="./Video_Gaming/video_gaming.html">Video Gaming</a> <a href="./Video_Gaming/video_gaming.html">Video Gaming</a>
<a href="./Blog/blog.html">Blog</a>
<a href="./About/about.html">About</a> <a href="./About/about.html">About</a>
</ul> </ul>
</div> </div>