forked from tailwindtoolbox/Rainblur-Landing-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (144 loc) · 8.84 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
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" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>devCMS 👩🏻💻 Devs and Content Managers unite!</title>
<meta name="description" content="A plug-and-play, Git-based content management system for coders and non-coders." />
<meta name="keywords" content="development tool content management system git github gitbash bash dev tool" />
<meta property="og:image" content="./thumbnail.jpeg" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tailwind.min.css"/>
<!--Replace with your tailwind.css once created-->
<link href="https://unpkg.com/@tailwindcss/custom-forms/dist/custom-forms.min.css" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
function postToGoogle() {
var field1 = $("#Email").val();
$.ajax({
url: "https://docs.google.com/forms/u/0/d/e/1FAIpQLSfhU7P2edaIXkU_ZXoYQ2Yooa0R5kvOFVUsSchotov6pVvA3w/formResponse",
//add your google form generated numbers below which are also the 'names' of your inputs
data: {
"entry.1748406858": field1,
},
type: "POST",
dataType: "xml",
success: function (d) {
$('#contact').trigger('reset');
},
error: function (x, y, z) {
$('#contact').trigger('reset');
}
});
return false;
}
</script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/* @import url('http://fonts.cdnfonts.com/css/alliance-no1?styles=28463,28464'); */
@import url('http://fonts.cdnfonts.com/css/menlo');
html {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.code {
font-family: "Menlo", 'Courier New', Courier, monospace;
}
</style>
</head>
<body class="leading-normal tracking-normal text-indigo-400 m-6 bg-cover bg-fixed" style="background-image: url('header.png');">
<div class="h-full">
<!--Nav-->
<div class="w-full container mx-auto">
<div class="w-full flex items-center justify-between">
<a class="flex items-center text-indigo-400 no-underline hover:no-underline font-bold text-2xl lg:text-4xl" href="#">
dev<span class="bg-clip-text text-transparent bg-gradient-to-r from-green-400 via-pink-500 to-purple-500">CMS</span>
</a>
<div class="flex w-1/2 justify-end content-center">
<a class="inline-block text-blue-300 no-underline hover:text-pink-500 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4 transform hover:scale-125 duration-300 ease-in-out" href="https://twitter.com/intent/tweet?url=https://grayhatdevelopers.github.io/devCMS">
<svg class="fill-current h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<path
d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"
></path>
</svg>
</a>
<a
class="inline-block text-blue-300 no-underline hover:text-pink-500 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4 transform hover:scale-125 duration-300 ease-in-out"
href="https://www.facebook.com/sharer/sharer.php?u=https://grayhatdevelopers.github.io/devCMS"
>
<svg class="fill-current h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<path d="M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z"></path>
</svg>
</a>
</div>
</div>
</div>
<!--Main-->
<div class="container pt-24 md:pt-20 mx-auto flex flex-wrap flex-col md:flex-row items-center">
<!--Left Col-->
<div class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden">
<h1 class="my-4 text-3xl md:text-5xl text-white opacity-75 font-bold leading-tight text-center md:text-left">
Where
<span class="bg-clip-text text-transparent bg-gradient-to-r from-green-400 via-pink-500 to-purple-500">
devs
</span>
and
<span class="bg-clip-text text-transparent bg-gradient-to-r from-green-400 via-pink-500 to-purple-500">
content managers
</span>
work in harmony.
</h1>
<p class="leading-normal text-base md:text-2xl mb-8 text-center md:text-left">
Edit files on GitHub with beautiful forms. One-click install, no configurations. Fully customisable.
</p>
<form class="code bg-gray-900 opacity-75 w-full shadow-lg rounded-lg px-8 pt-6 pb-8 mb-4"
id="contact" onsubmit="return postToGoogle();"
>
<div class="mb-4">
<label class="block text-blue-300 py-2 font-bold mb-2" for="Email">
// Interested in devCMS?
</label>
<fieldset>
<!-- [[835645722,"Email",null,0,[[1748406858,null,1]],null,null,null,null,null,null,[null,"Email"]],[1277763370,"Name",null,0,[[175525245,null,0]],null,null,null,null,null,null,[null,"Name"]],[1176276354,"GitHub username (if any)",null,0,[[1195683022,null,0]],null,null,null,null,null,null,[null,"GitHub username (if any)"]]],null,null,[null,null,null,null,null,[null,[["1G-JzhUM8O5Rha9l-OVY2habjK2iBzVxzaxI_wvM1l5XBwQI",0,[1280,320,0]],[[40,93,57,null,2],[122,205,149,null,1],[62,146,90,null,2],[88,77,110,null,2],[181,174,183,null,1],[136,97,142,null,2]]],null,[88,77,110,null,2],[205,202,212,null,1]]],null,null,null, -->
<input
class="shadow appearance-none border rounded w-full p-3 text-gray-700 leading-tight focus:ring transform transition hover:scale-105 duration-300 ease-in-out"
name="entry.1748406858"
id="Email"
type="email"
placeholder="[email protected]"
required/>
</fieldset>
</div>
<div class="flex items-center justify-between pt-4">
<input
type="submit"
class="bg-gradient-to-r from-purple-800 to-green-500 hover:from-pink-500 hover:to-green-500 text-white font-bold py-2 px-4 rounded focus:ring transform transition hover:scale-105 duration-300 ease-in-out"
type="button"
>
// Sign up for newsletter
</input>
</div>
</form>
</div>
<!--Right Col-->
<div class="w-full xl:w-3/5 p-12 overflow-hidden">
<img class="mx-auto w-full md:w-4/5 transform -rotate-6 transition hover:scale-105 duration-700 ease-in-out hover:rotate-6" src="devcms-macbook.png" />
</div>
<!-- <div class="mx-auto md:pt-16">
<p class="text-blue-400 font-bold pb-8 lg:pb-6 text-center">
Download our app:
</p>
<div class="flex w-full justify-center md:justify-start pb-24 lg:pb-0 fade-in">
<img src="App Store.svg" class="h-12 pr-12 transform hover:scale-125 duration-300 ease-in-out" />
<img src="Play Store.svg" class="h-12 transform hover:scale-125 duration-300 ease-in-out" />
</div>
</div> -->
<!--Footer-->
<div class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in">
<a class="text-gray-500 no-underline hover:no-underline" href="#">© devCMS 2022</a>
-
<a class="text-gray-500 no-underline hover:no-underline" href="https://grayhat.com.pk">Grayhat</a>
</div>
</div>
</div>
</body>
</html>