-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (68 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<meta http-equiv="x-content-type-options" content="nosniff">
<!--<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Login with Facebook to access your profile and view personalized stats.">
<meta name="google-adsense-account" content="ca-pub-6340254487227270">
<meta property="og:title" content="Your Page Title Here">
<meta property="og:description" content="A brief description of your page content.">
<meta property="og:image" content="https://facebookegypt.github.io/evry1falls/img/looking-good.gif">
<meta property="og:url" content="https://facebookegypt.github.io/evry1falls/">
<meta property="og:type" content="website">
<meta property="fb:app_id" content="880835337346722">
<title>Neumorphism Facebook Login</title>
<link href="favicon.ico" rel="icon" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<meta name="google-site-verification" content="wLd5RpntOn13Q149-gVDIb6YdlCHw_R-PLr0f6BGJdw" />
</head>
<body>
<div class="shapes" id="shapes"></div>
<div class="container" id="container">
<img id="profile-pic" src="img/looking-good.gif" alt="Profile Picture">
<h1 id="user-name">Welcome!</h1>
<button id="fb-login-btn" type="submit">Login with Facebook</button>
<!-- Add Google Login Button -->
<button id="google-login-btn" type="submit">Login with Google</button>
<button id="logout-btn" type="submit" style="display: none;">Logout</button>
</div>
<!-- Footer -->
<footer class="site-footer">
<div class="footer-container">
<!-- Column 1: Site Info -->
<div class="footer-left">
<h4>Ahmed Samir's</h4>
<p>© 2024 Your Website | All Rights Reserved</p>
<h4><a href="privacy.html">Privacy Policy</a> | <a href="terms.html">Terms and Conditions</a></h4>
<a href="#" class="delete-link" style="display: none;">Delete My Data</a>
<p id="last-login" class="footer-last-login">Your last login was on ...</p>
</div>
<!-- Column 2: Blank
<div class="footer-blank"></div>
<!-- Column 3: Blank
<div class="footer-blank"></div>
<!-- Column 4: Social Icons -->
<!-- Social Icons aligned to the right without labels -->
<div class="footer-social">
<ul class="social-icons">
<li><a href="https://facebook.com/evry1falls" target="_blank"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://twitter.com/evry1falls" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/evry1falls" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://reddit.com/evry1falls" target="_blank"><i class="fab fa-reddit"></i></a></li>
<li><a href="https://linkedin.com/evry1falls" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://youtube.com/evry1falls" target="_blank"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
</footer>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
<!-- <script src="app.js"></script>-->
<script src="f-init.js"></script>
</body>
</html>