-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (101 loc) · 4.7 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Career Goal</title>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'><link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-transparent navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="" alt="">
<a class="navbar-brand page-scroll" href="#page-top" style="border-radius: 5px; box-shadow: 0 -1px 35px 2px gainsboro; background: transparent; ">AUthman</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#career">Career Goal</a>
</li>
<li>
<a class="page-scroll" href="#links">Useful Link</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Section -->
<section id="intro" class="intro-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- <h2>Slack Details</h2> -->
<p data-testid="slackDisplayName" id="slack-name">
</p>
<p data-testid="currentTimeUTC" id="current-time-utc"></p>
<p data-testid="currentDay" id="current-day"></p>
<p data-testid="slackEmail" id="slack-email"></p>
<div data-testid="" id="profile-picture"> </div><br>
<a class="btn btn-default page-scroll" href="#about">Click Me to Scroll Down!</a>
</div>
</div>
</div>
</section>
<!-- my Career Goal in Two years coming -->
<section id="career" class="career-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>MyCareer Goal</h1>
</div>
<section>
<p>
Over the next two years, I aim to deepen my expertise in front-end development,
focusing on advanced CSS techniques and mastering modern JavaScript frameworks
like React. Additionally, I plan to contribute to open-source projects and
participate in hackathons to broaden my practical skills and network within the
tech community.
</p>
</section>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="links" class="links-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Useful Link</h1>
</div>
</div>
<ul>
<li><a href="https://hng.tech/learn" data-testid="hngLink">Explore HNG Tech Learn</a></li>
<li><a href="https://keyword.dog" data-testid="keywordLink">Discover Keyword.dog</a></li>
<li><a href="https://scrapeanyweb.site" data-testid="scrapeanywebLink">Check Out ScrapeAnyWeb</a></li>
</ul>
<img src="i" alt="">
</section>
</div>
</body>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js'></script><script src="js/script.js"></script>
</body>
</html>