-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskils.html
64 lines (59 loc) · 2.53 KB
/
skils.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
<!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, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="bur" class="asburger">
<a href="javascript: void(0)" class="bouton" onclick="closeMenu()">×</a>
<div class="list-plongeante">
<a href="index.html">Home</a>
<a href="project.html">My project</a>
<a href="skils.html">skils</a>
</div>
</div>
<!-- icone menu burger -->
<div class="burger" onclick="openMenu()">☰</div>
<div class="sidebar-contact">
<div class="toggle"></div>
<h2>Contact Us</h2>
<form action="">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<input type="rel" placeholder="Phone Number">
<textarea placeholder="Message"></textarea>
<input type="submit" value="Send">
</form>
</div>
<div class="banner"></div>
<div class="grille0">
<div class="grid4">
<h1>soft skils</h1>
<p>Team work</p>
<p>Quick learner</p>
<p>Curious</p>
<p>Reliable</p>
</div>
<div class="grid2">
<h1>Hard skils</h1>
<p>html</p>
<p>css(but always learning)</p>
<p>js (still learning but im ok)</p>
<p>python (learning)</p>
</div>
<div class="grid7">
<p>in css i have some skils like ussing grid flex and other thing <br> i can do preaty thing you almost ask my Anything and if i dont know how to do it <br> i
will lear how to do it in js i can also do some great stuff you just need to tell my what you want and i will find it and make it like you want <br> html is like tapping text so i think im pretty go whit it its a basics who you need whatever the case</p>
</div>
<div class="grid8">
<p>Working in group cause no probleme for my at the opposit i do great i have a lot of idea and i don't want to feel useless <br>so i always do something for the group and try to make a good vibe in the group because <br>work dose not always mean to be serious and boring</p>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="js/anime.js"></script>
</div>
</body>
</html>