Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Add inline links to more sections
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed May 2, 2019
1 parent 74c5cfd commit a1a980b
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 53 deletions.
2 changes: 1 addition & 1 deletion assets/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/styles.css.map

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions assets/scss/components/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,16 @@
display: none;
}

ul {
li {
a {
color: mix($primary, $white, 85%);

&::after {
content: ' (' attr(href) ')';
font-style: italic;
.item {
ul {
li {
a {
color: darken($primary, 25%) !important;

&::after {
content: ' (' attr(href) ')';
font-style: italic;
}
}
}
}
Expand Down
22 changes: 13 additions & 9 deletions assets/scss/components/main/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@

.item {
margin-bottom: 25px;

ul {
li {
a {
color: mix($primary, $white, 50%);
text-decoration: none;

&:hover {
color: $primary;
}
}
}
}
}

h1 {
Expand Down Expand Up @@ -69,14 +82,5 @@ ul {
font-size: 14px;
line-height: 1em;
margin-bottom: 10px;

a {
color: mix($primary, $white, 50%);
text-decoration: none;

&:hover {
color: $primary;
}
}
}
}
77 changes: 43 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ <h2>Experience - Community</h2>
</p>
<ul>
<li>Directly responsible for reviewing all pull requests made by third-party developers
requesting their custom js.org subdomains.
requesting their custom js.org subdomains on the
<a href="https://github.com/js-org/js.org" target="_blank">js.org GitHub
repository</a>.
</li>
<li>Working with the js.org team and external contributors to develop new PR review and
management systems through continuous integration (CI).
Expand Down Expand Up @@ -361,20 +363,25 @@ <h2>Experience - Community</h2>
<!--<br/><a href="https://jetbrains-community.github.io/" target="_blank">https://jetbrains-community.github.io/</a>-->
</p>
<ul>
<li>Working with the team at JetBrains to create unique branding for the community and
to ensure that our operations align with what they expect of a user group.
<li>Working with the team at JetBrains to create
<a href="https://github.com/JetBrains-Community/brand" target="_blank">unique
branding</a> for the community and to ensure that our operations align with
what they expect of a user group.
</li>
<li>Creating and manging a large Discord server (discord.gg/dJK27sh) where the
community is based as well as developing a custom Discord bot to provide dedicated
JetBrains information for users.
<li>Creating and manging a large <a href="https://discord.gg/dJK27sh" target="_blank">
Discord server</a> where the community is based as well as developing a
<a href="https://github.com/JetBrains-Community/discord" target="_blank">custom
Discord bot</a> to provide dedicated JetBrains information for users.
</li>
<li>Continually expanding the reach of the community not only on Discord but also
through the expanding network of JetBrains Community subreddits.
through the expanding network of
<a href="https://www.reddit.com/user/SupremeDesigner/m/jetbrains_community/"
target="_blank">JetBrains Community subreddits</a>.
</li>
<li>Running the community Twitter account (twitter.com/jetbrainscomm) to provide key
JetBrains updates to followers whilst also working to promote and build the
community around JetBrains. Sharing interesting information and links to our
community locations online.
<li>Running the <a href="https://twitter.com/jetbrainscomm" target="_blank">community
Twitter account</a> to provide key JetBrains updates to followers whilst also
working to promote and build the community around JetBrains. Sharing interesting
information and links to our community locations online.
</li>
</ul>
</section>
Expand Down Expand Up @@ -419,14 +426,19 @@ <h2>Experience - Development</h2>
</p>
<ul>
<li>Linking into multiple existing APIs from other projects and sites to enable the
BotBlock site to communicate with them.
BotBlock site to communicate with them, a core part of the
<a href="https://botblock.org/api/docs" target="_blank">API service</a> provided.
</li>
<li>Working with team members from other projects related to BotBlock to coordinate a
successful product.
</li>
<li>Supporting third party developers creating libraries to work with the project's API.
<li>Supporting third party developers
<a href="https://botblock.org/api/docs/libs" target="_blank">creating libraries</a>
to work with the project's API.
</li>
<li>Integrating Discord's OAuth2 system to allow users to sign into the site, allowing
<li>Integrating
<a href="https://discordapp.com/developers/docs/topics/oauth2" target="_blank">
Discord's OAuth2 system</a> to allow users to sign into the site, allowing
access to additional features and information.
</li>
</ul>
Expand All @@ -448,25 +460,22 @@ <h2>Experience - Development</h2>
</blockquote>
<p>
The most popular Discord music bot, used by over a million communities.
<br/><a href="https://rythmbot.co/"
target="_blank">https://rythmbot.co/</a>
<br/>
<br/><a href="https://rythmbot.co/" target="_blank">https://rythmbot.co/</a>
</p>
<ul>
<li>Responsible for the main homepage site and the web dashboard in design, development
and
maintenance.
<li>Responsible for the <a href="https://rythmbot.co" target="_blank">main homepage
site</a> and the <a href="https://web.rythmbot.co" target="_blank">web dashboard</a>
in design, development and maintenance.
</li>
<li>Coordinating all developers on the team working on the project and managing the
GitHub
repositories for all Rythm related projects.
GitHub repositories (private) for all Rythm related projects.
</li>
<li>Development of utility bots to work alongside the core bot project including a large
self-service help desk bot.
</li>
<li>Providing live chat support in Discord for users of the bot and helping them with
issues
alongside evaluating user feature requests.
<li>Providing live chat support in
<a href="https://rythmbot.co/support" target="_blank">Discord</a> for users of the
bot and helping them with issues alongside evaluating user feature requests.
</li>
</ul>
</section>
Expand All @@ -480,10 +489,11 @@ <h2>Experience - Development</h2>
</blockquote>
<ul>
<li>Using my technical knowledge of the system and bot to be able to provide live chat
support in Discord for users.
support in the <a href="https://rythmbot.co/support" target="_blank">Discord
server</a> for users.
</li>
<li>Triaging issues reported and helping users to quickly resolve them alongside
evaluating any user feature requests made.
evaluating any feature requests made.
</li>
</ul>
</section>
Expand All @@ -502,9 +512,10 @@ <h2>Experience - Development</h2>
<li>Providing assistance to the Java developers with secondary bots and other
development tools for the team and users written in Python.
</li>
<li>Designing and developing the front end of the user control panel for the bot,
working with another developer responsible for the Laravel/PHP backend to provide
user interaction through JavaScript.
<li>Designing and developing the front end of the
<a href="https://web.rythmbot.co/" target="_blank">user control panel</a> for the
bot, working with another developer responsible for the Laravel/PHP backend to
provide user interaction through JavaScript.
</li>
</ul>
</section>
Expand Down Expand Up @@ -537,8 +548,7 @@ <h2>Experience - Development</h2>
standard.
</li>
<li>Dealing with all emails to the company, such as quote requests, complaints and
general
enquiries.
general enquiries.
</li>
</ul>
</section>
Expand Down Expand Up @@ -571,8 +581,7 @@ <h2>Experience - Development</h2>
</li>
<li>Coordinating multiple projects and managing time allocation to them.</li>
<li>Liaising with other developers on client projects to ensure key parts come together
and
work.
and work.
</li>
<li>Using multiple languages to ensure the dream of a project becomes reality without
issues.
Expand Down

0 comments on commit a1a980b

Please sign in to comment.