-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>Hiba Akel Page</title>
<link href='https://fonts.googleapis.com/css?family=Alex Brush' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet'>
<!--contact with style page-->
<link rel="stylesheet" href="style.css">
<!-- Separate CSS File -->
<link href="style.css" rel="stylesheet" media="all and (max-width: 1024px)">
<!--fontawesome-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<header id="showcase">
<h1 id="title">Hiba Akel</h1>
<h3 id="subtitle">Writing
, I am seeking of knowledge</h3>
<div class="btn">
<a id ="hr" href="main.html"> <small> Start... <i class="fa fa-play" aria-hidden="true"></i></small></a>
</div>
</header>
</body>
</html>