-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
118 lines (107 loc) · 5.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>swiftDialog</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: rgb(116,56,195);
background: linear-gradient(45deg, rgba(116,56,195,1) 0%, rgba(9,9,121,1) 20%, rgba(29,195,140,1) 69%, rgba(0,212,255,1) 100%);
font-size: 20px;
}
.container {
display: flex;
flex-direction: column;
max-width: 1000px;
margin: 20px;
background-color: white;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 20px;
}
.content {
text-align: center;
margin-bottom: 20px;
}
.buttoncontent {
text-align: center;
margin-bottom: 20px;
}
.image {
max-width: 90%;
height: auto;
border-radius: 8px;
}
.button {
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
text-align: center;
max-width: 200px;
text-decoration: none;
}
a {
text-decoration: none;
padding: 2px;
}
.inlinelink:hover {
background-color: #0056b3;
color: white;
border-radius: 5px;
padding: 2px;
}
.button:hover {
background-color: #0056b3;
color: white;
}
.monotype-text {
font-family: "Courier New", monospace;
background-color: rgb(227, 227, 227);
border-radius: 5px;
padding: 2px;
font-size: 16px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<h2>swiftDialog</h2>
<img src="https://img.shields.io/github/v/release/swiftDialog/swiftDialog?color=green&label=Latest%20Release&logo=data:image/png;base64,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">
<br>
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/swiftDialog/swiftDialog/total?style=social&label=Total%20Downloads">
<hr>
<p>swiftDialog is an open source admin utility for macOS 12 or later written in SwiftUI</p>
<p>Enhance your management script user experience on macOS by incorporating intuitive and captivating dialogs.</p>
<p>Tailor dialogs to match your brand's personality and style.</p>
<p>
<img class="image" src="assets/hero.png" alt="Product Image" width="500">
</p>
</div>
<div class="buttoncontent">
<a class="button" href="https://github.com/swiftDialog/swiftDialog/releases">Get the Latest Release</a>
<br><br><br>
<a class="button" href="https://github.com/swiftDialog/swiftDialog/wiki">Documentation</a>
</div>
<div class="content">
<p>Join a vibrant community on the <a class="inlinelink" href="https://www.macadmins.org">MacAdmins Slack</a> <font class="monotype-text">#swiftdialog</font> channel, share insights, tips, and experiences with swiftDialog.</p>
</div>
</div>
</body>
</html>