-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (178 loc) · 7.56 KB
/
Copy pathindex.html
File metadata and controls
187 lines (178 loc) · 7.56 KB
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
181
182
183
184
185
186
187
<!DOCTYPE html>
<html>
<head>
<title>My portfolio</title>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/c37864fcaa.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="IMAGE/logo .avif" width="10%" height="50%" alt="logoimage">
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
<div class="header-text">
<p>web developer</p>
<h1>Hi, I'm <span>Benjamin</span><br> Emmanuel from Nigeria</h1>
</div>
</div>
</div>
<!----------about section---------------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="/IMAGE/my photo.jpg" height="400vh" width="100vh" alt="col-1 image"></div>
<div class="about-col-2">
<h1 class="sub-title">About me</h1>
<p>My name is Benjamin Emmanuel, I am a web developer from Nigeria. I am passionate about building responsive websites and web applications that are user-friendly and visually appealing. I am always looking to learn new technologies and improve my skills as a developer.</p>
<div class="tab-title">
<p class="tab-links active-link" onclick="opentabs('skills')">skills</p>
<p class="tab-links" onclick="opentabs('education')">education</p>
<p class="tab-links" onclick="opentabs('experience')">experience</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Programming</span><br>Programing language</li>
<li><span>web development</span><br>Front-end development</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2024 - current</span>learning css and javaScript from freeCodeCamp online lessons</li>
<li><span>2024</span><br>learnt html from udemy online class</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>Programming</span><br>Programing language</li>
<li><span>web development</span><br>Front-end development</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!----------services---------------->
<div id="services">
<div class="container">
<h1 class="sub-title">My services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Programing</h2>
<p>I am proficient in various programming languages including HTML, CSS, and JavaScript. I can help you build dynamic and interactive web applications that meet your needs.</p>
</p>
</div>
<div>
<i class="fa-solid fa-users"></i>
<h2>Web Devlopment</h2>
<p>I specialize in front-end development, creating responsive and user-friendly websites. I can help you design and develop a website that reflects your brand and engages your audience.</p>
</p>
</div>
</div>
</div>
</div>
<!----------portfolio---------------->
<!------<div id="portfolio">
<div class="container">
<h1 class ="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="/IMAGE/Screenshot from 2025-04-02 15-10-27.png" alt="work1" height="400px" width="400px">
<div class="layer">
<h3>My first work</h3>
<p>My first work was a simple website that I built using HTML and CSS. It was a great learning experience for me and helped me understand the basics of web development.</p>
</div>
</div>
<div class="work">
<img src="/IMAGE/my work 2.png" alt="work1" height="400px" width="400px">
<div class="layer">
<h3>My second work</h3>
<p>My second work was a more complex web application that I built using JavaScript and CSS. It was a challenging project, but I learned a lot about web development and programming.</p>
</div>
<div class="work">
<img src="/IMAGE/my work 3.png" alt="work1" height="400px" width="400px">
<div class="layer">
<h3>My third work</h3>
<p>My third work was a web application that I built using HTML, CSS, and JavaScript. It was a fun project that allowed me to showcase my skills as a web developer.</p>
</div>
</div>
</div>
</div>------>
<!----------contact---------------->
<div id="Contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i> emmyjamin466@gmail.com</p>
<p><i class="fa-solid fa-phone-volume"></i> +234-7019139227</p>
<div class="social-icons">
<a href="https://www.facebook.com/profile.php?id=100072288852126"><i class="fa-brands fa-facebook"></i></a>
<a href="https://x.com/paparazy466"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://instagram.com/paparazy009"><i class="fa-brands fa-square-instagram"></i></a>
<a href="tiktok.com/@just.benn0"><i class="fa-brands fa-tiktok"></i></a>
</div>
<a href="" class="btn">Download Cv</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="Name" name="Name" placeholder="your name" required>
<input type="email" name="Email" placeholder="your email" required>
<textarea name="Message" rows="6" placeholder="your message"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
<span id="msg">Hello</span>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright © 2025 Benjamin Emmanuel. All rights reserved.</p>
<p>Designed by Benjamin Emmanuel <i class="fa-solid fa-face-smile"></i> </p>
</div>
</div>
<script>
function opentabs(tabname) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tab-contents");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].classList.remove("active-tab");
}
document.getElementById(tabname).classList.add("active-tab");
tablinks = document.getElementsByClassName("tab-links");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].classList.remove("active-link");
}
event.currentTarget.classList.add("active-link");
}
</script>
</body>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbya4Ozc0VlpnjWUmswDe1pwEs-zxXNnb6E7ZWQNgWAMsrVvDly6w7krcwU2CWGKnlT2vQ/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document .getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
msg.innerHTML = "message sent successfully"
setTimeout(function(){
msg.innerHTML = ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</html>