forked from hayattofik/UGR-2987-12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (47 loc) · 2.58 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
<!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>index.html</title>
<link href="css/style1.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<div class="homegrid"><header class="headerflex">
<figure class="logo">
<img src="https://blogger.googleusercontent.com/img/a/AVvXsEjAdfzSiAGcp7ep59voI4rsd7rF4F8X9_MEZTl0bhco-m4KNYOXk1FSg23Aew5O8bRWeMsVGiPZ282rAeBhvJw35IOKKE1F8zu8YHegWLQduDmDEs5DeaWVnYuspInOi0NOkhmH438bWEzzO5tmzwOgC2DWkxXpNga6Qpbmj8TGIFWkYP-sFJ6sPF7z=s320" alt="logo" style="width:50%;" style="height:20%;" >
</figure>
<nav class="menu"><a href="html/menu.html"> <input type="button" class="mb" value="Menu"> </a></nav>
</header>
<body id="bodyflex">
<div id="slides"><figure >
<img class ="slide1" src="images/reception.jpg" alt="hello I'm hayat tofik" >
<img class ="slide2" src="images/beststu.jpg" alt="Software engineering student" >
<img class="slide3" src="images/web.jpg" alt="front end web development">
<img class="slide4" src="images/Mobile-App-Development.jpg" alt="mobile app development">
</figure></div>
<nav class="aboutbutton" >
<a href="html/About.html" >
<input type="button" class="abbut" value="About me..." >
</a>
</nav>
</body>
<footer>
<div id="copyright"><i class="material-icons">copyright</i>Hayat Tofik</div>
<ul class="middlegrid">
<li >
<Nav class="links">
<li><a href="html/About.html" >About</a></li>
<li><a href="html/contactme.html" >Contact me</a></li>
</Nav>
</li></ul>
<div class="socialmedia"> <ul> <li><a href="https://twitter.com/Autumn13797329" class="twitte"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li> <a href="https://www.linkedin.com/in/hayat-tofik-72a69a209" class="linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="mailto:[email protected]" class="Email"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
</ul> </div>
</ul>
</footer>
</div>
</html>