-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5eef4fe
commit c253a9d
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<script src="sscr.js"></script> | ||
<script> | ||
var randomDiv = add('div', '', 'rdiv', '', 'Hello World!'); | ||
</script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
|
||
</head> | ||
<body> | ||
<div class="container-md"> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#">Gabriel Jemail</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="#">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="contact.md">Contact</a> | ||
</li> | ||
<li class="nav-item"> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
# Contact | ||
|
||
If you want to contact me, you could use the following methods: | ||
- Email [email protected] | ||
- Message me on [Reddit](https://reddit.com/u/Infinite_Ear_18) | ||
|
||
## Rules for contact | ||
|
||
To contact me, you must follow these rules: | ||
- No angry messages | ||
- Identify yourself in the message | ||
- No spam. You will be banned from contacting me if you do. | ||
|
||
## If you just have a question... | ||
|