Skip to content

Commit 33c469b

Browse files
committed
small updates
1 parent 02690b5 commit 33c469b

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

index.html

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,45 +59,52 @@
5959
<div class="socials">
6060
<div class="social">
6161
<a href="https://github.com/is-a-dev" target="_blank"><i class="fa-brands fa-github"></i></a>
62+
<a href="https://discord.gg/is-a-dev-830872854677422150" target="_blank"><i
63+
class="fa-brands fa-discord"></i></a>
6264
</div>
6365
</div>
6466

65-
<h1>
66-
is-a.dev
67-
<p>Welcome! 👋</p>
67+
<h1>is-a.dev
68+
<h3>Grab your own sweet-looking <span>.is-a.dev</span> subdomain.</h3>
6869
</h1>
6970

7071
<p>
71-
<span>is-a.dev</span> is a service that allows developers to get a sweet-looking <span
72-
style="display: inline-block; width: fit-content; line-height: 1">.is-a.dev</span> subdomain for their
73-
personal websites.
74-
<br />
75-
To register your own subdomain, go to the
76-
<a href="https://github.com/is-a-dev/register" target="_blank">is-a-dev/register</a> repository on GitHub
77-
and follow the instructions.
72+
To register your own subdomain, visit the
73+
<a href="https://github.com/is-a-dev/register" target="_blank">is-a-dev/register</a>
74+
repository on GitHub and follow the provided instructions.
7875
</p>
7976

80-
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CW7DE2JU&placement=is-adev&format=cover" id="_carbonads_js"></script>
77+
<script async type="text/javascript"
78+
src="//cdn.carbonads.com/carbon.js?serve=CW7DE2JU&placement=is-adev&format=cover"
79+
id="_carbonads_js"></script>
8180

82-
<h2>Report abuse</h2>
81+
<h2>Report Abuse</h2>
8382
<p>
84-
If you believe one of the subdomains is abusing the service, please
83+
If you suspect that a subdomain is abusing the service, please
8584
<a href="https://github.com/is-a-dev/register/issues/new?labels=report-abuse&template=report-abuse.md&title=Report+abuse"
86-
target="_blank">report</a>
87-
it.
85+
target="_blank">
86+
report it here</a>.
8887
</p>
8988

9089
<h2>Donations</h2>
9190
<p>
9291
This project is a free service for developers and will stay that way. Please consider
9392
<a href="https://donate.is-a.dev">donating</a> to help us keep this service running forever!
9493
</p>
94+
95+
<br>
96+
97+
<p>&copy; 2020-<script>document.write(new Date().getFullYear())</script> is-a.dev - All Rights Reserved.
98+
<br>
99+
A project by <a href="https://wdh.gg">William Harrison</a>.
100+
</p>
95101
</main>
96102
</body>
97103

98-
<style>
99-
#carbonads .carbon-poweredby {
100-
color: #ffffff;
101-
}
102-
</style>
104+
<style>
105+
#carbonads .carbon-poweredby {
106+
color: #ffffff;
107+
}
108+
</style>
109+
103110
</html>

styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ main p img:last-child {
105105
margin-right: 0;
106106
}
107107

108-
main p span {
108+
main span {
109109
color: #ffffff;
110110
background-color: #7041ff;
111111
padding: 2px 5px;

0 commit comments

Comments
 (0)