-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (164 loc) · 7.04 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Faal Anthony</title>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap" rel="stylesheet">
</head>
<body>
<div class="body-container">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar fixed-top ">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/profile/photo.jpg" alt="Profile" class="profile-picture ">
Faal Anthony</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav" style="font-size: large;">
<li class="nav-item">
<a class="nav-link" href="#">home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div >
<!-- Hero Section -->
<section class="Primary-heading">
<div class="container">
<span class="name">HEY, I'M NYONG FAAL ANTHONY</span>
<p class="text-primary-1 ">An aspiring Mobile and Web Full Stack Developer </p>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-5">
<div class="container">
<div class="row">
<h2>About Me</h2>
<p>Here, you'll discover additional details about me, my professional endeavors, and my current expertise, primarily focusing on programming and technology skills.</p>
<div class="col-md-6">
<div class="description-about">Get to Know me</div>
<ul>
I am a committed University of Mines and Technology (UMaT) student with a strong passion for becoming a skilled full-stack developer in mobile and web development.
My academic pursuits at UMat align with my fervent ambition to excel in the dynamic field of technology.
I am actively engaged in mastering both front-end and back-end development, aspiring to be a versatile professional capable of creating innovative solutions for mobile and web applications.
<div>
Open to job opportunities, I seek roles that allow me to contribute, learn, and grow, and I welcome any opportunities that align with my skills and experiences.
Feel free to reach out to me with relevant opportunities.
</div>
</ul>
</div>
<div class="col-md-6 ">
<div class="description-about">My Skills</div>
<ul class="skills" id="skills-list">
</ul>
</div>
</div>
</section>
<section id="projects" class="py-5">
<div class="container">
<h2>My Projects</h2>
<div id="projects-list"></div>
</section>
<!-- Resume Section -->
<section id="resume" class="py-5">
<div class="container">
<h2>Resume</h2>
<p>You can download my resume to learn more about my qualifications and work experience.</p>
<a href="/assets/resume/Faal_CV.pdf" class="btn btn-primary" target="_blank" rel="noopener noreferrer" download>Download Resume</a>
</div>
</section>
<!-- Contact Me Section -->
<section id="contact" class="py-5">
<div class="container">
<!-- Contact Form -->
<div class="contact_form">
<h2>Contact Form</h2>
<form action="https://formsubmit.co/[email protected]" method="post">
<div class="f">
<label for="name">Name:</label>
<input class="input" type="text" id="name" name="name" required>
</div>
<div class="">
<label for="email">Email:</label>
<input class="input" type="email" id="email" name="email" required>
</div>
<div class="">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="6" required class="input"></textarea>
</div>
<div class="">
<button class="btn btn-primary view" type="submit">Submit</button>
</div>
</form>
</div>
</div>
</section>
</div>
<!-- Footer -->
<!-- Footer -->
<footer class="footer bg-dark text-white py-4">
<div class="container">
<div class="row">
<!-- Social Media Links -->
<div class="col-md-4 mb-3">
<h5>Connect with Me</h5>
<ul class="list-unstyled d-flex">
<li class="mr-3">
<a href="https://www.linkedin.com/in/faal-anthony-aa8067233" target="_blank" rel="noopener noreferrer">
<img src="assets/icons8-linkedin-48.png" alt="LinkedIn" class="social-icon">
</a>
</li>
<li class="mr-3">
<a href="https://github.com/AnthonyFaal" target="_blank" rel="noopener noreferrer">
<img src="assets/icons8-github-48.png" alt="GitHub" class="social-icon">
</a>
</li>
</ul>
</div>
<!-- Contact Information -->
<div class="col-md-4 mb-3">
<h5>Contact</h5>
<ul class="list-unstyled">
<li><i class="fas fa-map-marker-alt mr-2"></i>Accra, Ghana</li>
<li><i class="fas fa-envelope mr-2"></i>[email protected]</li>
<li><i class="fas fa-phone mr-2"></i>+233 209040199 / +233 0256623776</li>
</ul>
</div>
<!-- Brief Bio or Mission Statement -->
<div class="col-md-4 mb-3">
<h5>About Me</h5>
<p>I am a passionate Full Stack Developer specializing in mobile and web development, dedicated to creating innovative and efficient solutions. Let's connect and collaborate on exciting projects!</p>
</div>
</div>
<div class="row mt-3">
<div class="col-12 text-center">
<p class="mb-0">© 2024 Nyong Faal Anthony. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="script.js"></script>
</body>
</html>