-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
74 lines (68 loc) · 2.99 KB
/
project.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
<!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>Project</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>
<h1 class="proj">My project</h1>
<div class="container" id="blur">
<div class="card">
<div class="containt">
<h2>Project 1</h2>
<p>wordpress</p>
<a href="#" onclick="toggle()">more info</a>
</div>
<img class="p1" src="image/internet.png" alt="inter">
</div>
<div class="card">
<div class="containt">
<h2>Project 2</h2>
<p>brainstorming <br>Quick money</p>
<a href="#" onclick="togglee()">more info</a>
</div>
<img src="image/coin.png" alt="">
</div>
</div>
<div id="popup">
<h2>75 styles</h2>
<p>its a website who is about mode and how to dress in adquation with your morpho types a professional shopper will help whit that but of course not for free</p>
<p>the challenge in this project was to satisfy all the client dessire whit wordpress who was limited and also to respect a certain budget</p>
<p>if you want to take a look you can find the link below <br><a href="https://75styles.fr/">Go to</a></p>
<a href="#" onclick="toggle()">Close</a>
</div>
<div id="popupp">
<h2>Projet How To Make Money</h2>
<p>im a man who always want something and we human are the only living creature who need to paye for living and get thing so i tink about ways to make easy money</p>
<p>and im looking into crypto but for that you need a little bit of money so i want to do a list of all the free way to make money like tranlate a website teach math to a kid ...</p>
<a href="#" onclick="togglee()">Close</a>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="js/anime.js"></script>
</body>
</html>