Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fox committed Mar 9, 2024
1 parent d4b0fde commit 3491cb1
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 42 deletions.
14 changes: 0 additions & 14 deletions images/bravejs-logo-330.svg

This file was deleted.

14 changes: 0 additions & 14 deletions images/bravejs-logo-500.svg

This file was deleted.

Binary file removed images/bravejs-logo-black-330.jpg
Binary file not shown.
Binary file removed images/bravejs-logo-black-500.jpg
Binary file not shown.
Binary file removed images/bravejs-logo-white-330.jpg
Binary file not shown.
Binary file removed images/bravejs-logo-white-500.jpg
Binary file not shown.
Binary file added images/bravejs-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions images/bravejs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BraveJS</title>
<title>bravejs</title>
<link rel="stylesheet" href="./styles/index.css">
</head>
<body>
Expand All @@ -23,9 +23,9 @@

<div id="banner">
<div class="logo">
<img src="./images/bravejs-logo-330.svg" alt="BraveJS">
<img src="./images/bravejs-logo.svg" alt="bravejs">
</div>
<h1 class="name">BraveJS</h1>
<h1 class="name">bravejs</h1>
<div class="intro">
We're building some interesting JavaScript applications.
Provide efficient, lightweight, easy-to-use solutions,
Expand All @@ -42,7 +42,9 @@ <h2 class="module-title">Our repositories</h2>
<a href="https://github.com/bravejs/react-now-render" class="repository">
react-now-render
</a>
<div class="repository"></div>
<div class="repository">
...
</div>
</div>

<footer id="footer">
Expand Down
20 changes: 10 additions & 10 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,27 @@ a {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 10px;
transition: all 0.2s;
margin: 20px;
outline: 2px dashed #999;
}

a.repository:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.repository:nth-child(1) {
background: linear-gradient(to right, rgb(116, 181, 235), rgb(61, 84, 178));
}
/*.repository:nth-child(1) {*/
/* background: linear-gradient(to right, rgb(116, 181, 235), rgb(61, 84, 178));*/
/*}*/

.repository:nth-child(2) {
background: linear-gradient(to right, rgb(243, 91, 103), rgb(162, 37, 21))
}
/*.repository:nth-child(2) {*/
/* background: linear-gradient(to right, rgb(243, 91, 103), rgb(162, 37, 21))*/
/*}*/

.repository:nth-child(3) {
background: linear-gradient(to right, rgb(188, 234, 106), rgb(87, 178, 55))
}
/*.repository:nth-child(3) {*/
/* background: linear-gradient(to right, rgb(188, 234, 106), rgb(87, 178, 55))*/
/*}*/

#footer {
margin-top: 100px;
Expand Down

0 comments on commit 3491cb1

Please sign in to comment.