-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathporto.html
More file actions
43 lines (39 loc) · 1.58 KB
/
porto.html
File metadata and controls
43 lines (39 loc) · 1.58 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
<!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="styleporto1.css">
</head>
<body>
<div class="profile-container">
<div class="profile-header">
<img src="images/illusd.jpg" alt="Profile Picture" class="profile-picture">
<h1 class="profile-name">Laila Nomir</h1>
<p class="profile-title">Junior Designer</p>
<p class="profile-email"><a href="https://github.com/nomirgithub">nomirgithub.com</a></a></p>
<p class="profile-location">Riyadh</p>
</div>
<div class="profile-actions">
<button class="btn follow-btn"><a href="https://www.facebook.com/laila.mahmoud.18294053/">+ Follow</a></button>
<button class="btn message-btn">
<img src="https://img.icons8.com/material-outlined/24/000000/filled-message.png" alt="Email Icon">
<a href="mailto:lailanomir3@gmail.com">Message</a>
</button>
</div>
<div class="profile-hire">
<h2> Hire Laila</h2>
<div class="hire-option">
<script src="https://cdn.lordicon.com/lordicon.js"></script>
<lord-icon
src="https://cdn.lordicon.com/wzwygmng.json"
trigger="hover"
stroke="bold"
colors="primary:#ee66aa,secondary:#4030e8"
style="width:25px;height:25px">
</lord-icon>
<p id="inFo"><a href="foilo.html" class="no-underline">more info/portfolio</a></p> </div>
</div>
</div>
</body>
</html>