-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackup.html
86 lines (80 loc) · 3.33 KB
/
backup.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Souahil Potfolio</title>
</head>
<body>
<nav class="navbar navbar-color fixed-top">
<a class="navbar-brand" href="#">
<img src="images/man.png" alt="" width="40" height="40">
</a>
<ul class="navbar nav">
<li class="nav-item">
<a class="nav-link" href="">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">souhail</a>
</li>
</ul>
</nav>
<div class="topContainer">
<h1 class='main'>I'm Souhail.</h1>
<h2 class="pro">a programmer</h2>
</div>
<div class="middle-container">
<div class="profile">
<img src="images/man.png" alt="profile picture" height="200px" width="200px" id="souhail">
<h2>Hello.</h2>
<p class="introduction">I'am Souhail, an effective student committed to learning, developing skills in Software
engineering and team contribution.
Self-directed and energetic with superior performance in both autonomous or collaborative environments working
independently and collaborating with others on group projects.</p>
</div>
<hr id="line">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="programming" src="images/computer.png" alt="computer science">
<h3>Programming.</h3>
<p>I started my programming journey in 2021. Started to learn C++ then python and java.</p>
</div>
<div class="skill-row">
<img class="music" src="images/guitar.png" alt="guitar picture">
<h3>Music</h3>
<p>Music was the first thing i figured out when i was a kid, i knew that was magic.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="contact-message">Want to talk ?</h3>
<p>Do you like music ? if not then let's talk about programming 😁</p>
<br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/souhail-jamhour-017a07217/" target="_blank">LinkedIn</a>
<!-- <a class="footer-link" href="https://twitter.com/">Twitter</a> -->
<!-- <a class="footer-link" href="https://www.appbrewery.co/">Website</a> -->
<p class="copyright">© Souhail Jamhour.</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>