forked from AlaaN-Smadi/AboutMe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (73 loc) · 2.67 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
<!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>About Me</title>
<script type = "text/javascript" src="javascript/questyions.js"></script>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<aside></aside>
<div>
<p> About Me </p>
</div>
</header>
<main>
<section>
<script src="javascript/firstquestions.js"></script>
<h3>Well, today I'm going to tell you a nice joke about my first trying with programming and writing code.
On 2018, I started my first trip with programming and codes , It was very silly trip. I started with
Unity Software to make games. I worked for long time , hours days months . And I did the impossible
to make it success. And finally , I finished and released it on Google Play Console for Android,
I paid more than 100$ to make it success . And during two years my income from this game is 2$.
It was very bad experience with programming , but I did not stop there , I have learned more about programming .
And now, I'm a member in a scholarship for programming and design WebPages in full stack at LTUC .
</h3>
<button id="div1" onclick="q1(),q2(),q3(),q4(),q5(),q6(),q7(),reslet()">Start Game </button>
</section>
<aside>
<nav>
<ul>
<h3><b> Top 10 Places to visit</b> </h3>
<li>
<a>Turke</a>
</li>
<li>
<a>Japan</a>
</li>
<li>
<a>Brazil</a>
</li>
<li>
<a>Canada</a>
</li>
<li>
<a>Austrelia</a>
</li>
<li>
<a>Franch</a>
</li>
<li>
<a>China</a>
</li>
<li>
<a>jordan</a>
</li>
<li>
<a>Germany</a>
</li>
<li>
<a>Rusia</a>
</li>
</ul>
</nav>
</aside>
</main>
<footer>
</footer>
</body>
</html>