-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsouadHTML1.html
More file actions
29 lines (22 loc) · 929 Bytes
/
souadHTML1.html
File metadata and controls
29 lines (22 loc) · 929 Bytes
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
<!DOCTYPE html>
<header>
<h1> My profile</h1>
</header>
<body>
<img src="C:\Users\User\Desktop\souadHTML1\souad.png" alt="picture for me" width="200" height="220"/>
<h4>This is me : <b>Souad Torfi</b></h4>
<h3>About me:</h3>
<p>I'm a<b> junior programmer</b>. <br>I finish my BS in computer science at <b>lebanese International University.</b>
<br>Major courses taken: Programming, Web programming, Database systems, Networking technologies, Software engineering, Data Structures, Digital logic, Robotics, Mobile application, Algorithms, DBMS administration, Microcomputer support, Artificial Intelligence and Computer networks.
Developed a web application that facilitates the organization of medical clinics secretary work.
</p>
<q>
My phone number:70297540<br>
Visit me at:<br>
Halba,Akkar
</q>
<footer>
<a href="https://gmail.com" >souad.torfi99@gmail.com</a>
</footer>
</body>
</html>