- Tags
-
- Tags
- None
website demo.
DISCLAIMER: I am a novice web developer. If it isn't up to your standards. I do apologize.
This navigation bar is a simplistic design. It's a multipurpose tool that can be used for websites. You can use it for whatever!
This navigation bar is very simple to setup and a guide will be posted below if you're a new to website development.
INSTRUCTIONS:
1. Download the .zip file from this resource page.
2. Edit the navigation bar to your liking.
3. Use it for your website!
TERMS OF SERVICE:
1. You're not allowed to claim this navigation bar as your own. Please give credit where it's due.
2. You will not sell this for any amount of currency.
GUIDE:
Here's a basic guide to what to edit...
Edit this part:
The title of the page, edit to whatever you like. Such as FlaurmMC | Portal Page or Proximity Hosting
The fonts provided by Google. They have made a small guide on how to use the fonts.
If you want to change the font, go to Google Fonts.
Edit this to your liking, the # are hyperlinks in which you click the text and goes to another web page.
The placeholder text used on the demo site.
If you have any issues, be sure to contact me!
DISCLAIMER: I am a novice web developer. If it isn't up to your standards. I do apologize.
This navigation bar is a simplistic design. It's a multipurpose tool that can be used for websites. You can use it for whatever!
This navigation bar is very simple to setup and a guide will be posted below if you're a new to website development.
INSTRUCTIONS:
1. Download the .zip file from this resource page.
2. Edit the navigation bar to your liking.
3. Use it for your website!
TERMS OF SERVICE:
1. You're not allowed to claim this navigation bar as your own. Please give credit where it's due.
2. You will not sell this for any amount of currency.
GUIDE:
Here's a basic guide to what to edit...
Code:
<head>
<title>Example Page</title>
<link href='https://fonts.googleapis.com/css?family=Roboto|Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="navbar.css">
</head>
<body>
Edit this part:
Code:
<title>Example Page</title>
The title of the page, edit to whatever you like. Such as FlaurmMC | Portal Page or Proximity Hosting
Code:
<link href='https://fonts.googleapis.com/css?family=Roboto|Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
The fonts provided by Google. They have made a small guide on how to use the fonts.
If you want to change the font, go to Google Fonts.
Code:
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Dank Memes</a></li>
</ul>
Code:
<h1 style="color: orange; font-family: 'Roboto', sans-serif;"><center>Parking Page</center></h1>
<p style="font-family: 'Raleway', sans-serif;"><center>This is the placeholder for the navigation bar. Nothing much is going on here. Developed and designed by <a href="http://niggerfaggot.xyz">Michael S.</a></center></p>
The placeholder text used on the demo site.
If you have any issues, be sure to contact me!