-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
82 lines (67 loc) · 3.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Tools by weDevs</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="album text-muted">
<div class="container">
<div class="row">
<div class="card">
<a href="http://wpstats.wedevs.com/" target="_blank">
<img src="assets/images/plugin-stats.png" alt="Plugin Stats">
</a>
<div class="card-block">
<h4 class="card-title">Plugin Stats</h4>
<p class="card-text">View your plugins download count by day, version usage statistics and much more.</p>
<a href="http://wpstats.wedevs.com/" target="_blank" class="btn btn-primary">View Stats</a>
</div>
</div>
<div class="card">
<a href="https://tools.wedevs.com/readme/" target="_blank">
<img src="assets/images/readme-generator.png" alt="WP Readme Generator">
</a>
<div class="card-block">
<h4 class="card-title">WP Readme Generator</h4>
<p class="card-text">WordPress Readme generator is a readme builder that helps you to visualize what you'll be seeing while writing the readme.</p>
<a href="https://tools.wedevs.com/readme/" target="_blank" class="btn btn-primary">Generate Readme</a>
</div>
</div>
<div class="card">
<a href="http://projects.tareq.co/wp-generator/" target="_blank">
<img src="assets/images/wp-generator.png" alt="WP Code Generator">
</a>
<div class="card-block">
<h4 class="card-title">WP Code Generator</h4>
<p class="card-text">Some useful code generator to build rapid WordPress admin panel stuff. Generate settings menu, list table and add/edit form.</p>
<a href="http://projects.tareq.co/wp-generator/" target="_blank" class="btn btn-primary">Generate Code</a>
</div>
</div>
<div class="card">
<a href="https://gitpull.io/" target="_blank">
<img src="https://gitpull.io/assets/images/facebook.png" alt="WP Code Generator">
</a>
<div class="card-block">
<h4 class="card-title">Git Pull</h4>
<p class="card-text">You push your code to GitHub or Bitbucket, we execute git pull for you.</p>
<a href="https://gitpull.io/" target="_blank" class="btn btn-primary">Pull Code</a>
</div>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4803329-8', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>