Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1e96e0

Browse files
committed
test
1 parent cb5ad02 commit d1e96e0

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

docs/hackers/create-a-directory-page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ As the directory doesn’t contain every single organization, hackers with a rep
99
In order to create a directory entry:
1010
1. Search the [directory](https://hackerone.com/directory) to see whether the organization already has an existing directory page.
1111
2. Click <b>Submit a program</b> if no matching entry exists.
12+
1213
><i><b>Note:</b> Only hackers with a reputation of at least 1000 will be able to see this button and create a page.</i>
1314
1415
![create-a-directory-1](./images/create-a-directory-1.png)

docs/hackers/welcome-to-hackerone-docs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Have you just started hacking on HackerOne or want to learn more about a feature
1010

1111
To help you get started, take a look at these docs:
1212

13+
<button type="button" onclick="location.href='/hackers/hacker-start-up-guide.html'">Hacker Start-Up Guide<br />Learn how to create an account and know the basics of the product.
14+
</button>
15+
16+
<button type="button" onclick="location.href='/hackers/private-vs-public-programs.html'">Private vs. Public Programs<br />Know the difference between private and public programs on HackerOne.</button>
17+
18+
<button type="button" onclick="location.href='/hackers/submitting-reports.html'">Submit a report<br />Submit your found vulnerability to a program.</button>
19+
1320
* [Hacker Start-Up Guide](/hackers/hacker-start-up-guide.html)<br>Learn how to create an account and know the basics of the product.
1421
* [Private vs. Public Programs](/hackers/private-vs-public-programs.html)<br>Know the difference between private and public programs on HackerOne.</br>
1522
* [Submit a report](/hackers/submitting-reports.html)<br>Submit your found vulnerability to a program.</br>

src/css/reset.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,14 @@ blockquote {
492492
border-left: 6px solid #02C996;
493493
}
494494

495+
button {
496+
border-radius:5px;
497+
margin-right:1px;
498+
padding:5px 5px 5px 5px;
499+
width:400px;
500+
height:50px;
501+
}
502+
495503
form {
496504
margin-left: 0;
497505
margin-right: 0;

0 commit comments

Comments
 (0)