Skip to content

Commit c253a9d

Browse files
Update contact.md
1 parent 5eef4fe commit c253a9d

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

contact.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<html>
2+
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
<script src="sscr.js"></script>
5+
<script>
6+
var randomDiv = add('div', '', 'rdiv', '', 'Hello World!');
7+
</script>
8+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
9+
10+
</head>
11+
<body>
12+
<div class="container-md">
13+
<nav class="navbar navbar-expand-lg bg-body-tertiary">
14+
<div class="container-fluid">
15+
<a class="navbar-brand" href="#">Gabriel Jemail</a>
16+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
17+
<span class="navbar-toggler-icon"></span>
18+
</button>
19+
<div class="collapse navbar-collapse" id="navbarNav">
20+
<ul class="navbar-nav">
21+
<li class="nav-item">
22+
<a class="nav-link active" aria-current="page" href="#">Home</a>
23+
</li>
24+
<li class="nav-item">
25+
<a class="nav-link" href="#">Projects</a>
26+
</li>
27+
<li class="nav-item">
28+
<a class="nav-link" href="contact.md">Contact</a>
29+
</li>
30+
<li class="nav-item">
31+
</li>
32+
</ul>
33+
</div>
34+
</div>
35+
</nav>
36+
37+
</div>
38+
</body>
39+
</html>
40+
41+
# Contact
42+
43+
If you want to contact me, you could use the following methods:
44+
45+
- Message me on [Reddit](https://reddit.com/u/Infinite_Ear_18)
46+
47+
## Rules for contact
48+
49+
To contact me, you must follow these rules:
50+
- No angry messages
51+
- Identify yourself in the message
52+
- No spam. You will be banned from contacting me if you do.
53+
54+
## If you just have a question...
55+

0 commit comments

Comments
 (0)