-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (119 loc) · 8.26 KB
/
index.html
File metadata and controls
119 lines (119 loc) · 8.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Portfolio</title>
<!--Lang icons-->
<a href="https://icons8.com/icon/20909/html"></a><a href="https://icons8.com"></a>
<script src="https://kit.fontawesome.com/33c5ba3bee.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbar">
<!-- NAVBAR -->
<a class="nav-link" href="#welcome-section">About</a>
<a class="nav-link" href="#projects-section">Projects</a>
<a class="nav-link" href="#contact-section">Contact</a>
</nav>
<section id="welcome-section"> <!-- Introduction section -->
<h1>Hey, I am <div id="ebrahim">Ebrahim</div> <span class="emoji">👋</span><br>
<br>Nice 2 meet you!
</h1>
<p id="welcome-p">I am currently studying Web development<img width="64" height="64" id="globe" src="https://img.icons8.com/external-kmg-design-outline-color-kmg-design/64/external-web-web-hosting-kmg-design-outline-color-kmg-design.png" alt="external-web-web-hosting-kmg-design-outline-color-kmg-design"/></p>
<p id="welcome-p">Here are the languages I have learnt:</p>
<div id="langs">
<a href="https://en.wikipedia.org/wiki/HTML" target="_blank"><img class="lang" width="240" height="240" src="https://img.icons8.com/color/240/html-5--v1.png" alt="html-5--v1"/></a>
<a href="https://en.wikipedia.org/wiki/CSS" target="_blank"><img class="lang" width="240" height="240" src="https://img.icons8.com/color/240/css3.png" alt="css3"/></a>
<a href="https://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank"><img class="lang" width="240" height="240" src="https://img.icons8.com/color/240/python--v1.png" alt="python--v1"/></a>
</div>
</section>
<hr>
<section id="projects-section"> <!-- Shows all the projects -->
<br>
<h1 style="text-align: center; ; margin-right: 2em; font-size:50px; padding: 20px; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif">My projects are given below</h1>
<style>
h1:hover {
text-decoration: underline;
cursor: default;
}
</style>
<div id="projects">
<div class="project-tile">
<!-- <a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"></a> -->
<a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"><div class="card">
<img class="card-img" src="https://www.dropbox.com/scl/fi/y74bduhxpv1zzf8958mq8/survey-form.jpg?rlkey=c7xdka0tub794xbt9k0482o3g&raw=1" alt="Surveyform picture" style="width:100%">
<!--src="https://www.dropbox.com/scl/fi/y74bduhxpv1zzf8958mq8/survey-form.jpg?rlkey=c7xdka0tub794xbt9k0482o3g&raw=1" -->
<div class="card-details">
<p class="card-p"><b>Survey form</b></p>
<p style="color: white; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; padding-top: 10px;">A simple survey form I designed</p>
</div>
</div>
</div></a>
<div class="project-tile">
<!-- <a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"></a> -->
<a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/poYOEwx" target="_blank"><div class="card">
<img class="card-img" src="https://www.dropbox.com/scl/fi/oebtyhk04d2kzga33erfm/tribute-page.jpg?rlkey=aa8aa7qu0trszu1dbk6uw5qwh&raw=1" alt="Surveyform picture" style="width:100%">
<div class="card-details">
<p class="card-p"><b>Tribute page</b></p>
<p style="color: white; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; padding-top: 10px;">This is a tribute page to Dr. Noman Borlaug</p>
</div>
</div>
</div></a>
<div class="project-tile">
<!-- <a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"></a> -->
<a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/NWJLRaM" target="_blank"><div class="card">
<img class="card-img" src="https://www.dropbox.com/scl/fi/kwkjzosmmgq8xki1jrtrk/technical-page.jpg?rlkey=310uvg89cohvpn8fgwfvvsrgz&raw=1" alt="Surveyform picture" style="width:100%">
<div class="card-details">
<p class="card-p"><b>Technical Documentation Page</b></p>
<p style="color: white; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; padding-top: 10px;">This is a documentation page of JavaScript</p>
</div>
</div>
</div></a>
<div class="project-tile">
<!-- <a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"></a> -->
<a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/BabOLJY" target="_blank"><div class="card">
<img class="card-img" src="https://www.dropbox.com/scl/fi/whlzxjw88a6t6absce7ak/landing-page.jpg?rlkey=y6gj3nf0k3payonhgbzkuwljq&raw=1" alt="Surveyform picture" style="width:100%">
<div class="card-details">
<p class="card-p"><b>Product Landing Page</b></p>
<p style="color: white; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; padding-top: 10px;">A website selling quality musical instruments</p>
</div>
</div>
</div></a>
<div class="project-tile">
<!-- <a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"></a> -->
<div class="card">
<img class="card-img" src="https://www.dropbox.com/scl/fi/snvd4vks1536xv8mgxkpf/coming-soon.jpg?rlkey=esuas0av3oifpa0hu26vnjv55&raw=1" alt="Surveyform picture" style="width:100%">
<div class="card-details">
<p class="card-p"><b>Coming soon</b></p>
<p style="color: white; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; padding-top: 10px;">...</p>
</div>
</div>
</div></a>
<div class="project-tile">
<!-- <a href="https://codepen.io/Ebrahim-Ahmed-the-builder/full/WNmpeYE" target="_blank"></a> -->
<div class="card">
<img class="card-img" src="https://www.dropbox.com/scl/fi/snvd4vks1536xv8mgxkpf/coming-soon.jpg?rlkey=esuas0av3oifpa0hu26vnjv55&raw=1" alt="Surveyform picture" style="width:100%">
<div class="card-details">
<p class="card-p"><b>Coming Soon</b></p>
<p style="color: white; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; padding-top: 10px;">...</p>
</div>
</div>
</div></a>
</div>
</section>
<section id="contact-section">
<footer> <!-- Links to my accounts and stuff -->
<h1 class="footer-h1">Lets get in touch...</h1>
<div id="links">
<a class="profile-link" target="_blank" href="https://twitter.com/mea20082"><i class="fa-brands fa-x-twitter fa-2xl" style="color: #ffffff;"></i></a>
<a class="profile-link" target="_blank" href="https://github.com/mea2008"><i class="fa-brands fa-github fa-2xl" style="color: #ffffff;"></i></i></a>
<div class="break"></div>
<a class="profile-link" target="_blank" href="mailto:aamnaebrahim68@gmail.com"><i class="fa-solid fa-envelope fa-2xl" style="color: #ffffff;"></i></i></a>
<a class="profile-link" target="_blank" href="https://www.instagram.com/ababa_ebrahim/"><i class="fa-brands fa-instagram fa-2xl" style="color: #ffffff;"></i></a>
</div>
<hr>
</footer>
</section>
</body>
</html>