technews

所属分类:博客
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2023-10-07 03:22:02
上 传 者sh-1993
说明:  科技新闻,,
(technews,,)

文件列表:
404.html (446, 2023-10-08)
Gemfile (1333, 2023-10-08)
Gemfile.lock (2218, 2023-10-08)
LICENSE (1102, 2023-10-08)
_api/ (0, 2023-10-08)
_api/processaContato.php (231, 2023-10-08)
_api/processaNewsletter.php (163, 2023-10-08)
_config.yml (2083, 2023-10-08)
_includes/ (0, 2023-10-08)
_includes/button.html (645, 2023-10-08)
_includes/category.html (406, 2023-10-08)
_includes/field.html (2987, 2023-10-08)
_includes/footer.html (371, 2023-10-08)
_includes/header.html (1232, 2023-10-08)
_includes/newsletter.html (498, 2023-10-08)
_includes/post-card.html (1692, 2023-10-08)
_includes/social-button.html (748, 2023-10-08)
_includes/team-member.html (370, 2023-10-08)
_includes/user-image.html (123, 2023-10-08)
_layouts/ (0, 2023-10-08)
_layouts/category.html (530, 2023-10-08)
_layouts/default.html (2477, 2023-10-08)
_layouts/post.html (882, 2023-10-08)
_layouts/with-newsletter.html (76, 2023-10-08)
_pages/ (0, 2023-10-08)
_pages/categories/ (0, 2023-10-08)
_pages/categories/estudos.html (93, 2023-10-08)
_pages/categories/hardware.html (96, 2023-10-08)
_pages/categories/inteligência artificial.html (144, 2023-10-08)
_pages/categories/livros.html (90, 2023-10-08)
_pages/categories/mobile.html (90, 2023-10-08)
_pages/categories/profissional.html (108, 2023-10-08)
_pages/categories/software.html (96, 2023-10-08)
_pages/contact.html (2464, 2023-10-08)
_posts/ (0, 2023-10-08)
_posts/2019-06-28-mil-bolsas-de-estudos-disponiveis-para-curso-de-programacao-online.html (1417, 2023-10-08)
_posts/2020-12-09-cinco-bons-livros-para-um-ano-pessimo-indicados-por-bill-gates.html (8488, 2023-10-08)
... ...

lang-en lang-pt-br

Technews logo

Repository language count Repository size Commit activity Last commit Project license Layout designer

![Screenshot of the application initial page](https://github.com/guipmdev/technews/blob/master/./assets/images/README/cover.webp)

Go to the web application ↗

Table of Contents

- [ Overview](https://github.com/guipmdev/technews/blob/master/#-overview) - [ Features](https://github.com/guipmdev/technews/blob/master/#-features) - [ Demo](https://github.com/guipmdev/technews/blob/master/#-demo) - [ Layout](https://github.com/guipmdev/technews/blob/master/#-layout) - [ Technologies](https://github.com/guipmdev/technews/blob/master/#-technologies) - [Website](https://github.com/guipmdev/technews/blob/master/#website) - [Utils](https://github.com/guipmdev/technews/blob/master/#utils) - [ Getting Started](https://github.com/guipmdev/technews/blob/master/#-getting-started) - [ Prerequisites](https://github.com/guipmdev/technews/blob/master/#-prerequisites) - [ Installation](https://github.com/guipmdev/technews/blob/master/#-installation) - [ Usage](https://github.com/guipmdev/technews/blob/master/#-usage) - [ License](https://github.com/guipmdev/technews/blob/master/#-license) - [ Acknowledgments](https://github.com/guipmdev/technews/blob/master/#-acknowledgments)
## Overview The project is a web application based on _Jekyll_ that works as a complete source of news and information about technology, covering various topics from software development to hardware innovations, making it easy for enthusiasts, professionals and students of technology to stay informed about the latest trends. The site features a user-friendly design, including responsive layouts, newsletter sign-up and social media integration, making it a must-visit destination for technology updates. ## Features Access a wealth of **tech information** Quick access to **content filtered by category** **View more articles** without leaving the main page with the **'Load more' button** **Share, like, and save posts** Engage in discussions by leaving **comments on articles using your GitHub account** Enjoy the convenience of interactive **forms powered by PHP** **Optimized for seamless viewing on all devices** ## Demo https://github.com/guipmdev/technews/assets/136738335/375e607c-c54c-4a8e-a191-7df84d6a5005 ## Layout The layout of the application was designed by **guipm.dev** and is available on [Figma](https://github.com/guipmdev/technews/blob/master/https://www.figma.com/file/CrB7qDGMw67VW5XSY1hFN2/Technews).

Web application layout image cover

## Technologies The following tools were used to build the project: ### Website

Jekyll JavaScript PHP

Bootstrap Sass

_\* See the [Gemfile](https://github.com/guipmdev/technews/blob/master/./Gemfile) file_ ### Utils

Git Ruby Figma Google Fonts VSCode

## Getting Started ### Prerequisites Before you begin, ensure that you have the following tools installed on your machine: [Git](https://github.com/guipmdev/technews/blob/master/https://git-scm.com/downloads), [Ruby](https://github.com/guipmdev/technews/blob/master/https://www.ruby-lang.org/en/downloads/), and [RubyGems](https://github.com/guipmdev/technews/blob/master/https://rubygems.org/pages/download). It's also good to have an editor to work with the code, such as [VSCode](https://github.com/guipmdev/technews/blob/master/https://code.visualstudio.com/Download). ### Installation 1. Install the jekyll and bundler gems: ```sh gem install jekyll bundler ``` 2. Clone the repository: ```sh git clone https://github.com/guipmdev/technews/ ``` 3. Change to the project directory: ```sh cd technews ``` 4. Install the dependencies: ```sh bundle install ``` ### Usage 1. Start the web application: ```sh bundle exec jekyll serve --livereload ``` 2. Access https://localhost:4000/technews/ to view the application ## License This project is licensed under the terms of the `MIT` license. See the [LICENSE](https://github.com/guipmdev/technews/blob/master/./LICENSE) file for additional info. ## Acknowledgments > - Many thanks to the devs [Ricardo Franco](https://github.com/guipmdev/technews/blob/master/https://www.linkedin.com/in/francocontigo/) and [Bruno do Amaral](https://github.com/guipmdev/technews/blob/master/https://www.linkedin.com/in/bruno-do-amaral-8b4ab6142/) for their excellent work in putting this project together ---

Made with by @guipm.dev - Feel free to contact me!


↑   Return to the top   ↑


近期下载者

相关文件


收藏者