Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.DS_Store
.vscode
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ To deliver this project you must follow the steps indicated in the document:

- [WebPack Official](https://webpack.js.org/)
- [ECMAScript 6 compatibility](https://kangax.github.io/compat-table/es6/)

hello
40 changes: 40 additions & 0 deletions README1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Webpack pill

This is an academical project to practice Webpack5 technologies and integrate it into Sass.

## Technologies

-- Webpack 5 and pluggings to generate html bundle, images and css

-- HTML5

-- CSS3

-- Sass


## Authors

- [@yaiGenes](https://www.github.com/yaiGenes)
-[AraBeitia](https://github.com/AranBeitia)

## Documentation

-[AsemblerSchool](https://github.com/YaiGenes/sass-clone-instagram.git)


## Acknowledgements

- [Icon8](https://iconos8.es/)
- [Pexels](https://www.pexels.com/es-es/)
- [Antonio Copete](https://github.com/AntonioCopete)

## 🚀 Who are we?

-[Arantza Beitia](https://github.com/AranBeitia)

-[MSc. Yaiser Avila Rodríguez](www.linkedin.com/in/yaiserbreeding)

## Our version from scratch from this project
-[Arantza](https://github.com/AranBeitia/webpack-basics)
-[Yaiser](https://github.com/YaiGenes/webpack_basic_pill.git)
Binary file added dist/77fc9ef41320e7b96292.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/9478424f0de894415583.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script defer src="main.bundle.js"></script></head>
<body>
<div class="grid">
<header class="header" id="header">
</header>
<main class="main">
<div class="container">
<section id="cars"></section>
<section id="images"></section>
<section id="jquery"></section>
</div>
</main>
<footer class="footer">footer</footer>
</div>
</body>
</html>
1,290 changes: 1,290 additions & 0 deletions dist/main.bundle.js

Large diffs are not rendered by default.

Loading