Minor updates
This commit is contained in:
2
faq.php
2
faq.php
@ -59,7 +59,7 @@ global $language, $dir, $locale;
|
||||
</div>
|
||||
<div itemprop="mainEntity" itemscope itemtype="https://schema.org/Question" class="row">
|
||||
<div itemprop="name" class="cell"><?php echo htmlspecialchars(_('Can you hold my hands and teach me programming or hacking step by step?')); ?></div>
|
||||
<div itemprop="acceptedAnswer" itemscope itemtype="https://schema.org/Answer" class="cell"><div itemprop="text"><?php printf(htmlspecialchars(_('Teaching you programming or hacking is a task that will take a long time (years). I\'ve been learning for 10 years and still learn new things all the time. But for the beginning I would recommend reading a beginners introduction book, which can guide you with some simple programs you build yourself and examples. If you prefer watching videos, there are a lot of tutorials on YouTube too. But most importantly you will have to take your keyboard and start typing some programs. Start with something simple and keep yourself challenged with new tasks. You may also enrol in a professional course on a platform like %s or %s. Good places to start learning about hacking are %s, %s or %s.')), '<a href="https://www.coursera.org/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Coursera')).'</a>', '<a href="https://www.udemy.com/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Udemy')).'</a>', '<a href="https://www.hacker101.com/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Hacker101')).'</a>', '<a href="https://academy.hackthebox.com/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('HackTheBox')).'</a>', '<a href="https://www.hackthissite.org/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Hack This Site')).'</a>'); ?></div></div>
|
||||
<div itemprop="acceptedAnswer" itemscope itemtype="https://schema.org/Answer" class="cell"><div itemprop="text"><?php printf(htmlspecialchars(_('Teaching you programming or hacking is a task that will take a long time (years). I\'ve been learning for 10 years and still learn new things all the time. But for the beginning I would recommend reading a beginners introduction book, which can guide you with some simple programs you build yourself and examples. If you prefer watching videos, there are a lot of tutorials on YouTube too. But most importantly you will have to take your keyboard and start typing some programs. Start with something simple and keep yourself challenged with new tasks. You may also enroll in a professional course on a platform like %s or %s. Good places to start learning about hacking are %s, %s or %s.')), '<a href="https://www.coursera.org/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Coursera')).'</a>', '<a href="https://www.udemy.com/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Udemy')).'</a>', '<a href="https://www.hacker101.com/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Hacker101')).'</a>', '<a href="https://academy.hackthebox.com/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('HackTheBox')).'</a>', '<a href="https://www.hackthissite.org/" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('Hack This Site')).'</a>'); ?></div></div>
|
||||
</div>
|
||||
<div itemprop="mainEntity" itemscope itemtype="https://schema.org/Question" class="row">
|
||||
<div itemprop="name" class="cell"><?php echo htmlspecialchars(_('Can you hack my school or university and change my grades, or find someone who would do that?')); ?></div>
|
||||
|
Reference in New Issue
Block a user