-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (48 loc) · 1.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fork Me! FCC: Test Suite Template</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
<title>Hello this is a test</title>
</head>
<body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome!
Please read the README below in the JS Editor before beginning.
Feel free to delete this message once you have read it.
Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<script src="js/index.js"></script>
<navbar id="navbar">
<ul id="nav-content">
<li> <a href="https://github.com/FernandoJiG" target="_blank" id="profile-link">Fernando</a></li>
<li> <a href="https://github.com/demondzeta">William</a></li>
<li> <a href="https://github.com/FernandoJiG/Trials-Fernando--William.git">Project</a> </li>
<li> <a href="#projects">Projects</a></li>
</ul>
</navbar>
<section id="welcome-section">
<div id="welcome-detail">
<h1>Hey I am Mimic</h1>
<p>A web developer</p>
</div>
</section>
<section id="projects">
<h3>This is some content</h3>
<div class="contents">
<div class="card">First</div>
<div class="card">Second</div>
<div class="card">Third</div>
</div>
<p class="project-tile">
<a href="projectlink"></a>
</p>
</section>
</body>
</html>