@AlexandriasTech
unknown
html
3 years ago
4.6 kB
9
Indexable
<?xml version="1.0" ?> <html lang="en"> <!-- This is the <head> tag, where all meta data is defined. --> <head> <meta charset="utf-8"/> <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/> <link crossorigin="anonymous" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" rel="stylesheet"/> <link href="styles_Portfolio.css" rel="stylesheet"/> <link href="https://fonts.googleapis.com" rel="preconnect"/> <link href="https://fonts.gstatic.com" rel="preconnect"/> <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&family=Open+Sans&family=Roboto&family=Work+Sans&display=swap" rel="stylesheet"/> <title>Portfolio</title> </head> <!-- This is the <body> tag, where the whole webpage is allocated. --> <body> <!-- This is the <head> tag, where all meta data is defined. --> <header id="header2"> <input class="header__checkbox" id="header__checkbox" type="checkbox"/> <label class="icon_menu" for="header__checkbox"> <i class="fas fa-align-justify"> </i> </label> <nav class="nav5"> <ul class="nav5__ul"> <li class="nav-item nav5__li" id="nav5-item0"> <a class="nav-link nav5__a__txtnav50" href="#">Home </a> </li> <li class="nav-item nav5__li" id="nav5-item1"> <a class="nav-link nav5__a__txtnav50" href="#">Portfolio </a> </li> <li class="nav-item nav5__li" id="nav5-item2"> <a class="nav-link nav5__a__txtnav50" href="#">Blog </a> </li> </ul> </nav> <button class="header__button__button1">Contact Me </button> </header> <!-- This is the <section> tag, corresponding to "section_0". --> <section id="section_0"> <div id="div_3"> <div id="div_0"> <div id="div-image5"> <img class="div-image5__img__image5" src="images/upload_1.jpeg"/> </div> </div> <div id="div_1"> <div id="div_1-row_0"> <h1 class="div_1-row_0__h1__text5">Hello! I'm Alex! </h1> <div id="div-image4"> <img class="div-image4__img__image4" src="images/upload_2.jpeg"/> </div> </div> <p class="div_1__p__text6">A technical writer and content auditor, with experience in writing and auditing for several companies, currently based in the US. Right now, I currently work as a technical writer under DocumentWrite since September 2021. I also enjoy creating educational content creation through blogging and social media sites: Twitter and TikTok. </p> <p class="div_1__p__text7">Below listed are some of the work and personal projects I've been working on. </p> <h2 class="div_1__h2__text8">Click here țo read morę. </h2> <div id="div_1-row_4"> <div id="div-image2"> <img class="div-image2__img__image2" src="images/upload_3.jpeg"/> </div> <div id="div-image6"> <img class="div-image6__img__image6" src="images/upload_4.jpeg"/> </div> <div id="div-image3"> <img class="div-image3__img__image3" src="images/upload_5.jpeg"/> </div> <div id="div-image1"> <img class="div-image1__img__image1" src="images/upload_6.jpeg"/> </div> </div> </div> </div> </section> <!-- From this point on, all <script> tags needed by the webpage are inserted. --> <script crossorigin="anonymous" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> <script crossorigin="anonymous" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> </body> </html>
Editor is loading...