forked from priyazsh/DevProfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (147 loc) · 7.83 KB
/
index.html
File metadata and controls
159 lines (147 loc) · 7.83 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevProfiles - List Your Developer Profile</title>
<meta name="description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta name="author" content="Priyansh Prajapat">
<meta name="robots" content="index, follow">
<meta property="og:title" content="DevProfiles - List Your Developer Profile">
<meta property="og:description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta property="og:image" content="https://devprofiles.is-an.app/assets/devprofiles.jpg">
<meta property="og:url" content="https://devprofiles.is-an.app">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DevProfiles - List Your Developer Profile">
<meta name="twitter:description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta name="twitter:image" content="https://devprofiles.is-an.app/assets/devprofiles.jpg">
<meta name="google-site-verification" content="m27Gj2zQkiICZcH_q4TunZj7cTmPjH1bi0EJUnMLOJw">
<link rel="canonical" href="https://devprofiles.is-an.app">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTFGBS8HG8"></script>
<script src="https://oyepriyansh.pages.dev/cdnjs/analytics/devprofiles.js" defer></script>
</head>
<body>
<header>
<div class="logo"></div>
<h1><span id="Dev">Dev</span>Profiles</h1>
</header>
<main>
<section class="hero-section">
<h2>Showcase Your Developer Profile</h2>
<p>Connect with developers worldwide and highlight your skills</p>
</section>
<section class="search-container">
<div class="search-wrapper">
<i class="fas fa-search search-icon"></i>
<input type="text" id="searchInput" placeholder="Search developers by name or skill...">
<span class="search-shortcut">Ctrl+K</span>
</div>
</section>
<section class="cta-section">
<a href="https://github.com/oyepriyansh/DevProfiles/blob/main/CONTRIBUTING.md" target="_blank" class="add-profile-btn">
<span class="btn-icon">
<i class="fa-solid fa-plus"></i>
</span>
<span class="btn-text">Add Your Profile</span>
</a>
</section>
<section class="stats-bar">
<div class="stat-item">
<span class="stat-number" id="profileCount">0</span>
<span class="stat-label">Developers</span>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<span class="stat-number">50+</span>
<span class="stat-label">Skills</span>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<span class="stat-number">30+</span>
<span class="stat-label">Countries</span>
</div>
</section>
<section class="no-profile">
<div class="no-profile-content">
<i class="fas fa-search"></i>
<h3>No Profiles Found</h3>
<p>Try adjusting your search terms or add a new profile</p>
</div>
</section>
<section class="container"></section>
</main>
<footer>
<div class="footer-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<div class="footer-content">
<div class="footer-main">
<div class="footer-brand">
<div class="logo"></div>
<div class="brand-text">
<h3>DevProfiles</h3>
<p>Building the ultimate developer community platform</p>
</div>
</div>
<div class="footer-links-wrapper">
<div class="flinks">
<div class="flink-group">
<h4>Documentation</h4>
<a href="https://github.com/oyepriyansh/DevProfiles/blob/main/CONTRIBUTING.md" target="_blank">
<i class="fas fa-code-branch"></i> Contributing Guide
</a>
<a href="#" target="_blank">
<i class="fas fa-book"></i> How to Add Profile
</a>
</div>
<div class="flink-group">
<h4>Legal</h4>
<a href="https://github.com/oyepriyansh/DevProfiles/blob/main/LICENSE" target="_blank">
<i class="fas fa-file-alt"></i> The Unlicense
</a>
<a href="https://github.com/oyepriyansh/DevProfiles/blob/main/CODE_OF_CONDUCT.md" target="_blank">
<i class="fas fa-handshake"></i> Code of Conduct
</a>
</div>
<div class="flink-group fbtn">
<a href="https://github.com/oyepriyansh/DevProfiles" target="_blank" id="star">
<i class="fas fa-star"></i> Star us ⭐
</a>
<a href="https://github.com/sponsors/oyepriyansh" target="_blank" id="sponsor">
<i class="fas fa-heart"></i> Sponsor 💖
</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="ficons">
<a href="https://x.com/oyepriyansh" target="_blank" aria-label="Twitter">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://github.com/oyepriyansh" target="_blank" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://linkedin.com/in/oyepriyansh" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
<p class="copyright">
<i class="fas fa-copyright"></i>
<span id="currentYear"></span> DevProfiles | Crafted with <i class="fas fa-heart" style="color: #ff6b6b;"></i> by Developers
</p>
</div>
</div>
</footer>
<button id="backToTopBtn" class="top-btn" aria-label="Back to top">
<i class="fas fa-arrow-up"></i>
<span class="btn-glow"></span>
</button>
<script src="scripts/app.js" defer></script>
</body>
</html>