Skip to content
View laloptk's full-sized avatar

Block or report laloptk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Wikipedia Viewer Wikipedia Viewer
    1
    <div id="search-wrapper" class="container">
    2
      <div id="input-wrapper" class="row">
    3
        <div class="col-md-6 col-md-offset-3 text-center">
    4
          <div class="row">
    5
            <div class="col-md-9">
  2. Random Quotes Random Quotes
    1
    <div id="visible-quote" class="container">
    2
      <div id="the-content" class="row">
    3
        <div id="quotes-info" class="col-sm-12 col-md-4">
    4
          <h1>MY FAVORITE QUOTES</h1>
    5
          <p>Click the next button to get random new quotes</p>
  3. Calculator made with JS, CSS and HTML Calculator made with JS, CSS and HTML
    1
    Calculator made with JS, CSS and HTML
    2
    ------
    3
    
                  
    4
    
                  
    5
    A [Pen](https://codepen.io/laloptk/pen/dGbOWv) by [Eduardo Sanchez](http://codepen.io/laloptk) on [CodePen](http://codepen.io/).
  4. Simon Game Simon Game
    1
    
                  
    2
    <div class="container">
    3
      <h1 class="text-center">Simon Game</h1>
    4
      <div class="row">
    5
        <div class="col-md-12">
  5. Tic Tac Toe Game Tic Tac Toe Game
    1
    <div class="container">
    2
      <h1 class="text-center">Tic Tac Toe</h1>
    3
      <div id="cells-wrapper" class="row">    
    4
        <div id="C0" class="col-xs-4 casilla text-center empty">
    5
        </div>
  6. markdown-to-html markdown-to-html Public

    Simple markdown to HTML converter

    JavaScript