aboutsummaryrefslogblamecommitdiff
path: root/cv.html
blob: e97b9e4e82286c1c317d99ad9f8c35dc44b2c620 (plain) (tree)
1
2
3
4


               
                              


























                                                       
                             






                             
                                                                                                                     

                 


                                     












                                                                                                                                
                                                                  















                                                                                       
                         



                                                                                                                      
                         




                                                                 
                         












                                                                                                                   
                         





                                                                                                                          
                         
                      


                  
       
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <style>
            .home {
                font-size: 200%;

            }

            .title {
                font-size: 36px;
            }

            header *{
                display: inline-block;
            }

            *{
                vertical-align: middle;
                max-width: 100%;
            }

            @media only screen and (max-width: 600px) {
                .div {
                width: 100%;
                }
            }

            .columnl {
                float: left;
                width: 800px;
            }
        </style>
        <title>ARFNET</title>
    </head>

    <body>
        <header>
            <img src="http://arf20.com/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
        </header>
        <hr>
        <main>
            <div class="row">
                <div class="columnl">
                    <h2>Ángel Ruiz Fernandez</h2>
                    <p>CS student and tinkerer obsessed about linux and programming</p>
                    
                    <a href="mailto:arf20@arf20.com">arf20@arf20.com</a> (ARFNET) <a href="/arf20_public.asc">Public Key</a><br>
                    <a href="mailto:aruizfernandez05@gmail.com">aruizfernandez05@gmail.com</a> (personal)<br>
                    <a href="https://github.com/arf20">Github</a>
                    
                    <hr>
                    <h2>Education</h2>
                    <blockquote>
                        <h3><a href="https://um.es">Universidad de Murcia</a></h3>
                        <blockquote>
                            <p><a href="https://www.um.es/web/informatica/">
                                Computer Science degree (2023-now)
                            </a></p>
                        </blockquote>
                        <h3>IES Ramon Arcas Meca (Lorca)</h3>
                        <blockquote>
                            <p>Baccalaureate degree (scientific branch) (2021-2023)</p>
                        </blockquote>
                        <h3>Conservatorio de Musica Narciso Yepes</h3>
                        <blockquote>
                            <p>Middle degree of Music in guitar (2021-2023)</p>
                        </blockquote>
                    </blockquote>

                    <h2>Certifications and licenses</h2>
                    <ul>
                        <li>Hurricane Electric IPv6 Certification</li>
                        <li>CEPT Radioamateur Licence (EA5JGX)</li>
                    </ul>

                    <h2>Memberships</h2>
                    <ul>
                        <li>Honourable ARPA member of <a href="https://sdf.org">SDF Public Access UNIX System</a></li>
                    </ul>

                    <h2>Languages</h2>
                    <ul>
                        <li><b>Spanish</b> (native)</li>
                        <li><b>Engish</b> (oficially OIE B2)</li>
                    </ul>

                    <h2>Computer knowledge</h2>
                    <ul>
                        <li><b>General purpose languages: </b>C, C++, Java</li>
                        <li><b>Math languages:</b> Matlab, R</li>
                        <li><b>Assembly languages:</b> Intel x86 and x86_64, MIPS, Z80</li>
                        <li><b>Web languages:</b> HTML, CSS, JavaScript, PHP</li>
                        <li><b>Typesetting languages:</b> LaTeX, Markdown, groff</li>
                        <li><b>Build systems:</b> CMake, Make</li>
                        <li><b>Version control systems:</b> Git</li>
                        <li><b>Operating Systems:</b> GNU/Linux, *BSD, Solaris, Windows</li>
                        <li><b>Server and hypervisor software:</b> Proxmox VE, nginx, (all manner, see ARFNET)</li>
                        <li><b>Networking:</b> DELL, Mikrotik, Cisco, OPNSense, iptables</li>
                    </ul>
                    <h2>Aditional knowledge</h2>
                    <ul>
                        <li><b>Electronics:</b> Digital and analog, radio, PCB design, antenna building, high voltage</li>
                        <li><b>Old computers:</b> 386 onwards, Sun SPARC; MS-DOS, old Windows, Solaris</li>
                        <li><b>Multimedia:</b> Video recording, editing and streaming</li>
                        <li>Music theory and interpreting</li>
                    </ul>
                </div>
            </div>
        </main>
    </body>
</html>