This repository has been archived by the owner on Jan 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
89 lines (76 loc) · 2.65 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<head>
<title>HackUP</title>
<link rel="stylesheet" type="text/css" href="stiller.css">
<<link rel="stylesheet" type="text/css" href="index.css">-->
<link rel="stylesheet" type="text/css" href="fontlar.css">
<link rel="stylesheet" type="text/css" href="animate.css">
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.png" />
<meta charset="UTF-8">
<script src="jquery-3.3.1.js"></script>
</head>
<div class="sargi">
<nav>
<div class="menu-icon">
<i class="fa fa-bars fa-2x"></i>
</div>
<!--merhaba ben tan-->
<div class="menu">
<a href="index.html"><div class="logo">
<img class="minilogo" src="resimler/logo.png" alt=""></img>
</div></a>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="https://www.liceoitaliano.net/">ımı</a></li>
<li><a href="https://mercode.org">Mercode</a></li>
</ul>
</div>
</nav>
</div>
<body>
<div class="hero">
<p class="bigyazi" id="bigyazi1">printf "<span id=ityped></span>";</p>
<p class="miniyazi">function Welcometo(HackUp) {
<br/><span id="ityped2"></span>
<br/>};
</p>
<br/>
<div class="dalga"></div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$(".menu-icon").on("click", function() {
$("nav ul").toggleClass("showing");
});
});
$(window).on("scroll", function() {
if ($(window).scrollTop()) {
$('nav').addClass('black');
} else {
$('nav').removeClass('black');
}
})
</script>
<script type="text/javascript" src="ityped.js"></script>
<script type="text/javascript">
window.ityped.init(document.querySelector('#ityped'),{
loop: false,
cursorChar: "_",
strings : ['Welcome to HackUP!']
})
window.ityped.init(document.querySelector('#ityped2'),{
loop: false,
showCursor: false,
startDelay: 1700,
typeSpeed: 70,
strings : ['HackUP is an IT club and Hackerspace formed by High School and University students worldwide. It is currently present in IMI High School.']
})
</script>
<!--strings : ['HackUP is an IT club formed by High School and University students worldwide. It is currently present in IMI High School.']-->
</body>
</html>