-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (92 loc) · 3.49 KB
/
index.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<title>Amr Emad</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<div class="hero">
<nav>
<img src="IMAGES/MY LOGO COLOR WHIT.Epng.png" class="logo">
<ul>
<li><a href="">HOME</a></li>
<li><a href="">ABOUT</a></li>
<li><a href="">PORTFOLIO</a></li>
<li><a href="">SERVICES</a></li>
<li><a href="">HIRE ME</a></li>
</ul>
</nav>
<div class="info">
<h1>I'm<span> Amr</span></h1>
<p>This is my official PORTFOLIO website to showcase MY
all works related to<br>web development and UI design.
</p>
<a href="">Download CV</a>
</div>
<div class="img-box">
<img src="IMAGES/pattern.png" class="back-img">
<img src="IMAGES/man.png" class="main-img">
</div>
<div class="social-links">
<a href="https://www.instagram.com/imnotamr/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/imnotamr" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://github.com/amremad-ai" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/amr-emad-%D8%B9%D9%85%D8%B1%D9%88-%D8%B9%D9%85%D8%A7%D8%AF-344a6022b/"
target="_blank"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</body>
<!-- 111111111111111111111111111111111111111111111111111111 -->
<!-- <script type="text/javascript" src="vanilla-tilt.js"></script>
<script>
VanillaTilt.init(document.querySelectorAll(".###"),
{
max: 25,
speed: 400,
glare:true,
"max-glare":1,
});
</script> -->
<body>
<section class="page2">
<body>
<div class="container">
<div class="card">
<div class="content">
<h2>01</h2>
<h3>Card One</h3>
<p>Hello guys i can make u happy.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="card">
<div class="content">
<h2>02</h2>
<h3>Card Two</h3>
<p>Hello guys i can make u happy.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="card">
<div class="content">
<h2>03</h2>
<h3>Card Three</h3>
<p>Hello guys i can make u happy.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<script type="text/javascript" src="vanilla-tilt.js"></script>
<script>
VanillaTilt.init(document.querySelectorAll(".card"),
{
max: 25,
speed: 400,
glare: true,
"max-glare": 1,
gyroscope: true,
});
</script>
</section>
</body>
</html>