Giter Site home page Giter Site logo

old-website's People

Watchers

 avatar

old-website's Issues

Define DSL for content

Define a Domain Specific Language for the main content on my site. Needs to be broad. May be written in JSON such as:

[
  {
    "class": "article",
    "header": "Hey, thanks for visiting!",
    "paragraphs":
    [
      "Hello! My name is Sean. My interests include microprocessor design, longboarding, software design, paddleboarding, silent speech interfaces, and hiking to name a few.",
      "I'm currently an undergraduate student at University of Delaware studying Computer Engineering and Computer Science. In the past, I've worked in the CAPSL group (Computer Architecture and Parallel Systems Laboratory) headed by Professor Guang R. Gao. I plan on graduating after this Spring semester with a B.S. in Computer Engineering and a minor in Computer Science."
    ],
    "datetime": "2016-02-05T15:30:00-05:00",
    "datetext": "Friday, February 5th, 2016"
  },
  {
    "class": "interest",
    "type": "image",
    "name": "Blue Velvet by David Lynch",
    "src": "https://images-na.ssl-images-amazon.com/images/M/MV5BNGNhYWY4M2ItZTFjOC00YmRiLTk4YTUtOGIxNjNjOGU2MTA1XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_.jpg"
  },
  {
    "class": "resume",
    "src": "/resume.png"
  },
  {
    "class": "download",
    "header": "Downloadable Formats",
    "downloads":
    [
      {
        "header": "Download in PDF format",
        "type": "application/pdf",
        "href": "/resume.pdf",
        "file": "KrailSean-Resume.pdf",
        "name": "PDF"
      },
      {
        "header": "Download in PNG format",
        "type": "image/png",
        "href": "/resume.png",
        "file": "KrailSean-Resume.png",
        "name": "PNG"
      }
    ]
  },
  {
    "class": "project",
    "type": "github",
    "src": "Krail/SeanKrail.com"
  }
]

Research how search engines work

Need a search engine to search through JSON files to find matches of search keywords.

For example, a search for Android needs to return CourseGrabber as the number one project (and only project for that matter).

Make the site mobile friendly

Using the @media tag in CSS, make the site mobile friendly for a variety of different screen resolutions (it's currently only styled for desktop browsers).

Update all of my GitHub projects (including this one)

What to update:

  1. Optional directory in the root of each repository labeled \.meta
    • Repository image labeled \.meta\project.png
    • JSON file including meta data (e.g. id, keywords, progress, README.md vs my own markdown format, etc.) labeled \.meta\project.json
  2. README.md file
  3. Include an optional meta directory in my Node.js application for each GitHub repository which I do not directly own (as a courtesy to others). These directories will act as a fallback for repositories which do not contain a root-level directory labeled \.meta
  4. Fallback for projects which do not contain any meta data.

Make element lists display vertically in narrow resolutions

For instance, the navigation bar displays horizontally right now.
| Projects | Home | Resume |

Make it display vertically.
__
Projects
__
Home
__
Resume
__

This will cut down horizontal space (valuable) and fill up vertical space (not valuable).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.