-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmember3.html
More file actions
65 lines (55 loc) · 2.36 KB
/
member3.html
File metadata and controls
65 lines (55 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Member 1 - Group Portfolio</title>
<link rel="stylesheet" href="CSS/member.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/normlize.css">
</head>
<body>
<header>
<i class="fas fa-user"></i>Member 3 Profile</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="projects.html">Projects</a>
<a href="contact us.html">Contact Us</a>
</nav>
</header>
<div class="container">
<h2>Welcome, I'm Member Fanar Mohammed</h2>
<p><strong>Role:</strong> Frontend Developer</p>
<p><strong>Bio:</strong> I am a passionate frontend developer with a love for creating engaging user experiences. I enjoy working with modern web technologies and continuously improving my skills.</p>
<div class="skills">
<h3>Skills</h3>
<ul>
<li>SGL & NoSQL Databases</li>
<li>JavaScript</li>
<li>HTML & CSS</li>
<li>Node.js</li>
<li>Graphic Design</li>
</ul>
</div>
<div class="portfolio">
<h3>Portfolio</h3>
<div class="portfolio-item">
<h4>Project Title 1</h4>
<img src="project1.jpg" alt="Project 1" style="max-width: 100%; height: auto;">
<p>Description of Project 1. This project involved building a responsive website using HTML, CSS, and JavaScript.</p>
<a href="https://link-to-project1.com" target="_blank">View Project</a>
</div>
<div class="portfolio-item">
<h4>Project Title 2</h4>
<img src="project2.jpg" alt="Project 2" style="max-width: 100%; height: auto;">
<p>Description of Project 2. This project focused on creating an interactive web application using React.js.</p>
<a href="https://link-to-project2.com" target="_blank">View Project</a>
</div>
</div>
</div>
<footer>
<p>© 2024 All Rights Reserved</p>
</footer>
</body>
</html>