-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkwithme.html
65 lines (61 loc) · 2.98 KB
/
workwithme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SRM - Work With Me</title>
<link href="styles/portfolio.css" type="text/css" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="backgroundimg">
<header>
<nav>
<a href="index.html"><img src="images/logoSRM.png" alt="SRM" title="" class="logo"></a>
<div class="navulcont">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#about">SKills</a></li>
<li><a href="latestwork.html">Latest Work</a></li>
<li><a href="myportfolio.html"> Portfolio</a></li>
<li><a href="workwithme.html">Work With Me</a></li>
</ul>
</div>
</nav>
</header>
<main class="wwm-main">
<article class="workwithme" id="page-h3">
<h3>
Work With Me
</h3>
<p>
<span>Has anything in my portfolio piqued your interest?</span> If so, please allow me to use and better my skills in web design and web development, all while expanding your business.
<br>
I need an internship from the 3rd of February until the 10th of April.
<br>
Interested in hiring me? A quick call or message will do.
I'd be delighted to work with you!
</p>
</article>
<div class="footerbuttons">
<div class="socialmedia">
<div class="socialmedia-cont">
<a href="https://www.instagram.com/salwaringim/" target="_blank"><img src="images/instagram.png" alt="instagram" class="socialmedia-icons"></a>
</div>
<div class="socialmedia-cont">
<a href="https://www.linkedin.com/in/salwa-ringim-mohammed-5527b91b9" target="_blank"><img src="images/linkedin.png" alt="linkedin" class="socialmedia-icons"></a>
</div>
<div class="socialmedia-cont">
<a href="https://dribbble.com/SalwaRM" target="_blank"><img src="images/dribbble.png" alt="dribbble" class="socialmedia-icons"></a>
</div>
<div class="socialmedia-cont" id="cv">
<a href="https://www.dropbox.com/s/cwaa9817lwu4qqt/CV.pdf?dl=0" target="_blank"><p class="pdfs">Curriculum Vitae</p></a>
</div>
<div class="socialmedia-cont" id="motivation">
<a href="https://www.dropbox.com/s/9qcie8vivu62ter/Motivational_Letter.pdf?dl=0" target="_blank"><p class="pdfs">Motivational Letter</p></a>
</div>
</div>
</div>
</main>
</body>
</html>