-
Notifications
You must be signed in to change notification settings - Fork 0
/
findmeapp.html
57 lines (50 loc) · 2.23 KB
/
findmeapp.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
<!DOCTYPE html>
<html>
<title>Raphael Aboohi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="themefile.css">
<link rel="stylesheet" type="text/css" href="topnavstyle.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,100,400" rel="stylesheet" type="text/css" />
<body>
<div class="navbar">
<div class="topnav" id="myTopnav">
<a href="index.html">About Me</a>
<a href="myprojects.html" class="active">My Projects</a>
<a href="contact.html">Contact</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<div class="top">
<h1>The Find Me App</h1>
</div>
<div class="photosfindme">
<img src="Photos/FindMeApp/Welcome page.png " alt="Welcome Page ">
<img src="Photos/FindMeApp/The app.png" alt="The App">
<img src="Photos/FindMeApp/Search.png " alt="Search">
<img src="Photos/FindMeApp/Profile.png " alt="My Profile">
</div>
<div class="githublink">
<a href="https://github.com/Raphael2001/FindMeApp" target="_blank">
<h3>Check It Out On Github</h3>
</a>
</div>
<script type=" text/javascript " src="javascriptfile.js "></script>
</body>
<footer>
<div class="footer-top">
<h2>Follow Me</h2>
<a href="https://www.facebook.com/raphaelaboohi" target="_blank"><i class="fa fa-facebook"></i> </a>
<a href="https://www.instagram.com/raphaelaboohi/" target="_blank"><i class="fa fa-instagram"></i> </a>
<a href="https://github.com/Raphael2001" target="_blank"><i class="fa fa-github"></i> </a>
<a href="#"><i class="fa fa-linkedin"></i> </a>
<h4>This is
<span class="txt-rotate" data-period="2000" data-rotate='[ "Raphael", " a Software Developer"]'></span>
</h4>
</div>
</footer>
</html>