-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (135 loc) · 4.41 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="x" onclick="ramy()">
</div>
<nav id="menu">
<div class="buttons1">
</div>
<div class="buttons">
<ul>
<li><button onclick="move('aboutme')">About me</button> </li>
<li><button onclick="move('education')">Education</button> </li>
<li><button onclick="move('skills')">Skills</button> </li>
<li><button onclick="move('contacts')">Contacts</button> </li>
<li><button onclick="move('mygame')">My Game</button> </li>
</ul>
</div>
</nav>
<div id="aboutme" class="box">
<div id="id02" class="about">
<h1 class="title">ABOUT ME</h1>
<img src="k15.png" id="aboutmeimg" alt="any">
<div class="textdiv">
<h3>NAME</h3>
<h5>Ramy Youse Hasan Al Shurafa</h5>
<h3>Date Of Birth</h3>
<h5>14/8/1992</h5>
<h3>Degree</h3>
<h5>Bachelor's Degree In Civil Engineer</h5>
<h3>residence</h3>
<h5>Palestine - Gaza City - AlRasheed St.</h5>
</div>
</div>
</div>
<div id="education" class="box">
<div id="id02" class="edu">
<h1 class="title">EDUCATION</h1>
<img src="k16.png" id="eduimg" alt="any">
<div class="textdiv">
<h3>2010</h3>
<h5>Graduated From High School (Science Section) Al Karmel High Secondary School - Gaza</h5>
<h3>2016</h3>
<h5>B.A. Civil Engineering (Department of Civil Engineering - Islamic University - Gaza - Palestinian.</h5>
<h3>2017</h3>
<h5>Surveyor / GIS Certified Engineer for Gaza Municipality</h5>
</div>
</div>
</div>
<div id="skills" class="box">
<div id="id02" class="skill">
<h1 class="title">SKILLS</h1>
<img src="k17.png" id="eduimg" alt="any">
<div class="textdiv">
<h3>Engineering</h3>
<h5>Supervision And Execution For Engineering Projects.</h5>
<h5>GIS / Surveying Works </h5>
<h3>Computer Science</h3>
<h5><b>hTML: </b>Basic Principles In Development HTML Websites </h5>
<h5><b>CSS:</b> Basic Principles In Styling CSS Websites </h5>
<h5><b>JavaScript: </b>Good With Using JavaScript Function And Coding.</h5>
<h5><b>Graphic Design:</b> Good With Using Graphic Design Programs Like Photoshop And Illustrator.</h5>
</div>
</div>
</div>
<div id="contacts" class="box">
<div id="id02" class="contact">
<h1 class="title">CONTACTS</h1>
<img src="k18.png" id="eduimg" alt="any">
<div id="contactdiv">
<div class="left">
<h3>Adress</h3>
<h5>Palestine - Gaza City - Al Rasheed St.</h5>
<h3>Phone</h3>
<h5>00970599447989 - 082620498</h5>
<h3>Email</h3>
<h5>[email protected] </h5>
</div>
<div class="right">
<a href="https://www.codewars.com/users/RamyAlshurafa"> <img src="https://www.codewars.com/users/RamyAlshurafa/badges/micro" alt=""></a>
<a href="https://github.com/RamyAlshurafa"> <img src="git.png" id="git" alt="any"></a>
<a href="https://www.freecodecamp.org/ramyalshurafa"> <img src="fcc.png" id="fcc" alt="any"></a>
</div>
</div>
</div>
</div>
<div id="mygame" class="box" class="textdiv">
<div id="id02" class="game">
<h1 class="title">GAME</h1>
<div class="imgsbox" >
<div id="gm1" class="imgbox"onclick="show('gm1')">
</div>
<div id="gm2" class="imgbox"onclick="show('gm2')">
</div>
<div id="gm3" class="imgbox"onclick="show('gm3')">
</div>
<div id="gm4" class="imgbox"onclick="show('gm4')">
</div>
<div id="gm5" class="imgbox"onclick="show('gm5')">
</div>
<div id="gm6"class="imgbox"onclick="show('gm6')">
</div>
<div id="gm7"class="imgbox"onclick="show('gm7')">
</div>
<div id="gm8"class="imgbox"onclick="show('gm8')">
</div>
<div id="gm9"class="imgbox"onclick="show('gm9')">
</div>
<div id="gm10"class="imgbox"onclick="show('gm10')">
</div>
<div id="gm11"class="imgbox"onclick="show('gm11')">
</div>
<div id="gm12"class="imgbox"onclick="show('gm12')">
</div>
<div id="gm13"class="imgbox"onclick="show('gm13')">
</div>
<div id="gm14"class="imgbox"onclick="show('gm14')">
</div>
</div>
<div >
<h1 id="txtscore">Memory game. Match 2 of the same coding languages logos to win! <br><h1>
<button id="scorebtn">your score:</button>
<div class="score2">
</div>
</div>
</div>
</div>
<script src="js.js">
</script>
</body>
</html>