forked from tcn33/wordpressenginetracker.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (117 loc) · 6.42 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WP Engine Tracker</title>
<link rel="stylesheet" href="style.css?11">
<link rel="icon" type="image/x-icon" href="/images/wpet-favicon.png">
<meta name="description" content="Tracking how many websites have left WP Engine and found a new home since September 21, 2024.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://wordpressenginetracker.com">
<meta property="og:type" content="website">
<meta property="og:title" content="WP Engine Tracker">
<meta property="og:description" content="Tracking how many websites have left WP Engine and found a new home since September 21, 2024.">
<meta property="og:image" content="https://wordpressenginetracker.com/images/wpet-og-image.png">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="wordpressenginetracker.com">
<meta property="twitter:url" content="https://wordpressenginetracker.com">
<meta name="twitter:title" content="WP Engine Tracker">
<meta name="twitter:description" content="Tracking how many websites have left WP Engine and found a new home since September 21, 2024.">
<meta name="twitter:image" content="https://wordpressenginetracker.com/images/wpet-og-image.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400&display=swap" rel="stylesheet">
</head>
<body>
<script src="index.js?5" defer></script>
<main>
<section class="number-of-sites">
<div class="intro">
<header class="header">
<h1 class="header__logo">WP<br />Engine<br /><span class="header__logo-highlight">Tracker</span></h1>
<div class="info-section source-serif-4-text">
<p>
This is the number of websites that have left WP Engine and found <a href="https://wordpress.org/hosting/">a new home</a> since Sep 21, 2024.
</p>
<p>
<a href="https://wordpress.org/news/2024/10/wp-engine-promotions/">Find some promotions</a> to move to other hosts. <a href="https://wordpressenginetracker.com/domains.csv">Download CSV (6mb)</a> of all sites ready for a new home.
</p>
</div>
</header>
</div>
<div class="large-count">
<span class="large-count__logo">
<img height="48" width="48" src="images/wp-logo.svg" />
</span>
<p id="sites-count" class="number-of-sites__count source-serif-4-text"></p>
</div>
<!-- <div class="form-section">
<p class="form-section__body">
This is the number of websites that have left WP Engine and
<a class="form-section__link" href="https://wordpress.org/hosting/">found a new home</a>
since Sep 21, 2024.
</p>
<form id="search-form" class="form-section__form" action="" method="get">
<label
class="form-section__form-label"
for="domain"
>
Search below to see if a site is still hosted by WP Engine
</label>
<div class="form-section__input-container">
<input
class="form-section__form-input"
type="search"
id="domain"
name="domain"
placeholder="example.com"
/>
<span class="form-section__search-icon">
<img id="search-icon" src="images/search.svg" />
</span>
</div>
<span id="form-result" class="form-section__form-result">
Enter a domain name
</span>
</form> -->
<!-- <div class="form-section__download">
<p class="form-section__download-body">Download a CSV of all sites ready for a new home</p>
<a href="/domains.csv" class="form-section__download-button">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
<path d="M24 15.0667L22.6666 13.6L17.3333 18.9333V4H15.3333V19.0667L9.33331 13.6L7.99998 15.0667L16.2666 22.8L24 15.0667ZM24.6666 20V24.6667H7.33331V20H5.33331V26.6667H26.6666V20H24.6666Z" fill="#0075df"/>
</svg>
<span class="download-button__content">Download</span>
</a>
</div> -->
</section>
<section class="chart">
<div class="recently-moved-container">
<h3>Recently Moved</h3>
<div class="recently-moved-wrap">
<div class="recently-moved source-serif-4-text"> <img src="images/arrow-right.svg" /></div>
</div>
</div>
<div class="top-destinations">
<h3>Top Destinations</h3>
<div class="host-list">
<ul class="host"></ul>
</div>
</div>
<div class="chart-container">
<span class="chart-container__date">20 SEP, 2024</span>
<div class="bars-container"></div>
</div>
<footer class="footer">
<span class="footer__content">An <img src="images/a8c-logo.svg" /> thingamajig</span>
<a class="footer__link" href="https://github.com/wordpressenginetracker/wordpressenginetracker.com">
Contribute at GitHub
</a>
</footer>
</section>
</main>
</body>
</html>