-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (149 loc) · 7.8 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
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
<!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">
<link rel="shortcut icon" href="./assets/logo-AM.ico" type="image/x-icon">
<title>Amr Mahmoud Portfolio - Software Engineer </title>
<link rel="stylesheet" href="./style/style.css">
</head>
<!-- hidden -->
<body class="dark-BG WhiteSB">
<div id="state-cont" class="email-oper">
<div class="message-state dark-BG White-theme-text">
<p class="state" > state placeholder</p>
<p class="state-desc">state description placeholder</p>
<button class="btn prim-btn dark-theme-text white-BG subH-text" id="conf-state-btn">ok</button>
</div>
</div>
<div class="container dark-BG ">
<div class="Menu menu-White-Rborder dark-BG" id="menu">
<a href="#home" class="White-theme-text">
Home
</a>
<a href="#About" class="White-theme-text">
About
</a>
<!-- <a href="#Project" class="White-theme-text">
Projects
</a> -->
<a href="#contact" class="White-theme-text">
Contact
</a>
<div class="close-btn White-theme-text" id="close" >
x
</div>
</div>
<!-- home section -->
<div class="section" id="home">
<div id="top-logo" class="top-logoAm">
<a href="#home" style="width: inherit;"><img src="./assets/W-logo-AM-512.svg" alt="" srcset="" style="width: inherit;" class="logo-img"></a>
</div>
<div id="logo">
<img src="./assets/W-logo-AM-512.svg" alt="" srcset="" width="128" class="logo-img">
</div>
<div>
<h1 class="Head-text White-theme-text">Amr Mahmoud</h1>
<p class="subH-text White-theme-text"> I am a Software Engineer</p>
</div>
<button class="btn prim-btn dark-theme-text white-BG subH-text" id="download"> Download my CV</button>
<div class="social">
<a href="https://facebook.com/AmrMahmoudAAkali/" target="_blank">
<div class="btn social-btn Dark-BG White-theme-text white-shadow">f</div>
</a>
<a href="https://github.com/Amr2" target="_blank">
<div class="btn social-btn Dark-BG White-theme-text white-shadow">Git</div>
</a>
<a href="https://www.linkedin.com/in/amrmahmoud-aakli/" target="_blank">
<div class="btn social-btn Dark-BG White-theme-text white-shadow">in</div>
</a>
</div>
</div>
<!-- End home section -->
<!-- About section -->
<div class="section" id="About">
<h1 class="Head-text White-theme-text">About Me</h1>
<div class="about-colm ">
<img src="./assets/D-logo-AM-512.svg" alt="my pic" class="logo-img white-BG">
<div class="subH-text White-theme-text">
<p>I am Amr Mahmoud <b>AKA : AAkali </b> </p>
<p>Software Engineer with more than 1-year of experience building and maintaining.</p>
<p>
websites.Proficient in Reactjs, HTML, CSS, JavaScript; and Love Nextjs<br> Plus Currently Learning : Rxjs , React-spring , testing.
</p>
<p>Have Bachelor's degree in Computer Science with a 2.5 GPA From Thebes academy.</p>
<p>and Excellent Degree in The Graduation project.</p>
</div>
</div>
<!--
<div class="about-cont">
</div> -->
</div>
<!-- End About section -->
<!-- project section -->
<!-- <div class="section" id="Project">
<h1 class="Head-text White-theme-text">My Projects</h1>
<div class="project-colm">
<div class="p-card dark-BG white-shadow">
<img src="./assets/placeimg_640_480_tech.jpg" alt="Project1">
<p class="Head-text White-theme-text">Spell Tracker</p>
<p class="Desc-text White-theme-text">
Spell Tracker is an overlay for league of legends<br>
<br>
created With Overwolf Platform<br>
</p>
</div>
<div class="p-card dark-BG white-shadow">
<img src="./assets/placeimg_640_480_tech.jpg" alt="Project1">
<p class="Head-text White-theme-text">Outplay</p>
<p class="Desc-text White-theme-text">
Outplay is Clon of TikTok website. <br> <br>
a Platform to upload some outplay rither then snap of video <br>
</div>
</div>
</div>-->
<!-- End Project section -->
<!-- contact section -->
<div class="section" id="contact" >
<h1 class="Head-text White-theme-text">Contact Me</h1>
<form action="#contact" method="POST" id="contact-form" you_sniky_sniky_MF="go fken away. ^^ joking feel free to play around and I will be so thankful if there some vulnerability and y help me to know it, Thank you (: ." >
<div class="colm">
<div class="fild">
<label for="Email" id="E-lable"></label><input type="text" name="Email" id="Email" class="white-BG subH-text dark-theme-text" placeholder="Email" aria-placeholder="Enter your Email" maxlength="100" minlength="10">
</div>
<div class="fild">
<label for="Subject" id="S-lable"></label><input type="text" name="subject" id="Subject" class="white-BG subH-text dark-theme-text" placeholder="Subject" aria-placeholder="Enter your Subject" maxlength="100" minlength="10">
</div>
<div class="fild">
<label for="Email-cont" id="Cont-lable"></label><textarea name="Email-cont" id="Email-cont" cols="30" rows="10" class="white-BG Desc-text dark-theme-text" placeholder="Email-content" aria-placeholder="Enter the Email content" maxlength="1000" minlength="100" ></textarea>
</div>
<div class="btn-cont">
<button disabled type="submit" class="btn prim-btn dark-shadow white-BG dark-theme-text" id="send-btn">Send</button>
<div class="btn sec-btn dark-BG white-shadow White-theme-text" id = "clear-btn">Clear</div>
</div>
</div>
</form>
</div>
<footer class="White-theme-text subH-text">
<i class="fas fa-copyright"> 2021 </i>
<span>Amr Mahmoud </span>
</footer>
<!-- End contact section -->
<div class="menu-btn" id="menu-btn" >
<svg width="32" height="32" viewBox="0 0 32 32" class="white-menubtn"xmlns="http://www.w3.org/2000/svg">
<rect width="30" height="6" rx="4" />
<rect y="12" width="30" height="6" rx="4" />
<rect y="25" width="30" height="6" rx="4" />
</svg>
</div>
<button class="btn theme-btn White-theme-text" id = "theme">
<i class="fas fa-sun fa-2x"></i>
</button>
</div>
<script src="./Js/utily.js"></script>
<script src="./Js/Check-view.js"></script>
<script src="https://kit.fontawesome.com/85e0e25968.js" crossorigin="anonymous"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
</body>
</html>