GithubHelp home page GithubHelp logo

nguyendytrich / dnguyen-site Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 272 KB

Monorepo of my website

Rust 30.14% CSS 23.77% Handlebars 8.14% JavaScript 2.15% HTML 1.72% Vue 24.66% TypeScript 2.35% SCSS 3.85% PLpgSQL 3.22%

dnguyen-site's People

Contributors

nguyendytrich avatar

Watchers

 avatar  avatar

dnguyen-site's Issues

[Blog] DRY out routes/blog and test

Need to write tests for aggregate_blog_posts() and gen_preview. Create a function calc_paginate to calculate the pagination variables:

struct PaginationArgs {
    prev: bool,
    next: bool,
    current: usize,
    prev_page: usize,
    next_page: usize,
    total: usize
}

pub fn calc_paginate() -> PaginationArgs {
    // ...
}

[Landing] Buttons aren't fully clickable

Landing Page buttons for "Learn more" and "Blog" only work when clicking the text since these buttons are an anchor tag wrapped in a div, ex:

<div><a href="#">Learn more</a></div>

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.