-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHtmlcode.html
More file actions
177 lines (168 loc) · 9.41 KB
/
Htmlcode.html
File metadata and controls
177 lines (168 loc) · 9.41 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width , intial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>Fidae Ariyan</title>
<link rel="shortcut icon " type="x-icon" href="icon.jpg">
</head>
<body>
<header>
<a href="#" class="logo">FIDAE </a><b class="dif">ARIYAN</b>
<nav class="navigation">
<ul>
<li><a href="#Homepage">Homepage</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="main">
<div id="Homepage">
<p>computer science student</p>
<h1>Hello, I'm <br> FIDAE <span class="nom">ARIYAN</span></h1>
<h3>from Morocoo , I Love technologie.</h3>
<a href="cv de fidae.jpg" download class="down">Download CV</a>
</div>
<div class="imag">
<img src="2nd.png" class="shape">
</div>
<div class="social">
<a href="https://www.linkedin.com/in/fidae-ariyan-803068230"><i class="fa-brands fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/FidaeAriyan?t=ytyBNgfY6gSRegd7P1-L-A&s=08"><i class="fa-brands fab fa-twitter"></i></a>
<a href="https://youtube.com/channel/UCsxmXtgjZepUaSHKNVblx_A"><i class="fa-brands fab fa-youtube"></i></a>
<a href="https://instagram.com/fidaeariyan?utm_medium=copy_link"><i class="fa-brands fab fa-instagram"></i></a>
</div>
</section>
<!-----------------------------------------About--------------------------------------------->
<div id="about">
<div class="container">
<div class="row">
<div class="aboutcol1">
<img src="ljadid.jpeg">
</div>
<div class="aboutcol2">
<h1 class="subtitle">About Me</h1>
<p>Hi, my name is Fidae ARIYAN I'm 19 years old born and raised in the beautiful city of Tetouan, Morocco. Currently, I'm studying for a higher technician diploma in Information System Development at ABI YAKOb AL BADISSI school . I chose this major because, I am obsessed with collecting , storing, processing and sharing information. I truly believe that information is the currency of the future, that's why I'm looking for real life experience.</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">SKills</p>
<p class="tab-links " onclick="opentab('Education') ">Education</p>
<p class="tab-links" onclick="opentab('Experience')">Experience</p>
</div>
<div class="tab-contents active" id="skills">
<ul>
<span>Programmation</span>
<li> HTML/CSS</li>
<li>My SQL</li>
<li>PHP</li>
<li>Java</li>
<li>C Language</li>
<li>Vb.net<br></li>
<div class="pass">
<span>Conception</span>
<li>UML</li>
<li>MERISE</li>
<span>communication & Multimedia</span>
<li>communication</li>
<li>adobe photoshop</li>
</div>
</ul>
</div>
<div class="tab-contents" id="Education">
<ul>
<span>2021-current</span>
<li> higher technician diploma(Information System Development)<br></li>
<li> ABI YAKOb AL BADISSI Center (ALHOCEIMA)</li>
<span>2017-2021</span>
<li> baccalaureate degree(Electrical Technical Science)<br></li>
<li> IMAM EL GHAZALI high school</li>
</ul>
</div>
<div class="tab-contents" id="Experience">
<ul>
<span>15/07/2022-15/08/2022</span>
<li> Traineeship<br></li>
<li> STE CONSEIL MAROC SARL<br></li>
<li> calculate the year result of a cooperation & declare bank note statements in NTcompta<br></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-----------------------project------------------------->
<div id="project">
<div class="container">
<h2 class="subtitle">Project</h2>
<div class="work-liste">
<div class="work">
<img src="work.jpg">
<div class="layer">
<h3>Interface Application</h3>
<p>The idea of this application will facilitate using public transport as the buses</p>
<a href="https://youtu.be/Ac_4TZ-FL74"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="work2.jpg">
<div class="layer">
<h3>App for Sales management</h3>
<p>calculate and save the information in data base</p>
<a href=""><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="c.png">
<div class="layer">
<h3>Backend of the application</h3>
<p>creat a backend using C for can search a bus number and show the route </p>
<a href="https://github.com/fidaear/Backend-of-the-application-using-C-for-can-search-a-bus-using-number/blob/main/Bus%20in%20C"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</div>
<!---------------------------------------------------contact---------------------------------------------------------------------------------->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="Sub-title">Contacte Me</h1>
<p><i class="fas fa-paper-plane"></i>fidaeariyan2004x@gmail.com</p>
<p><i class="fas fa-phone-square-alt"></i>+212621244777</p>
</div>
<div class="contact-right">
<form action="https://formsubmit.co/fidaeariyan2004x@gmail.com" method="POST">
<input type="text" name="Name" placeholder="Your Name" id="Name" required>
<input type="email" name="Email" id="Email" placeholder="Your Email" required>
<textarea name="Message" id="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="down btn" name="sbt-btn">Submit</button>
<span id="msg"></span>
</form>
</div>
</div>
</div>
<div class="copyright">
<p>Thank you <i class="fas fa-heart"></i> for Visiting </p>
</div>
</div>
<script>
var tablinks=document.getElementsByClassName("tab-links");
var tabcontents=document.getElementsByClassName("tab-contents");
function opentab(tabname){
for(tablink of tablinks){
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active");
}
</script>
</body>
</html>