Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
779028b
.ff
Frank20060 Sep 12, 2025
31af198
prueba1
Frank20060 Sep 12, 2025
05cf727
prueba2
Frank20060 Sep 12, 2025
7e0e6ed
volvemos_al_principio
Frank20060 Sep 12, 2025
5a7b1ab
prueba1
Frank20060 Sep 12, 2025
5b302fd
finalizado(creo)
Frank20060 Sep 15, 2025
c5500e7
resultado-css1
Frank20060 Sep 15, 2025
dbe8495
resultado-css2
Frank20060 Sep 15, 2025
7421976
resultado-css-final
Frank20060 Sep 15, 2025
666ed93
pruebas1
Frank20060 Sep 15, 2025
ae17ce4
nada
Frank20060 Sep 15, 2025
35bdda6
css bien
Frank20060 Sep 15, 2025
3fd75c3
teoria-precticaTablaPeliculas
Frank20060 Sep 19, 2025
f809d22
ej2tablas
Frank20060 Sep 19, 2025
a703672
pp2_finalizada
Frank20060 Sep 22, 2025
3456920
correcciones pp2
Frank20060 Sep 22, 2025
629127b
PP2B comenzando y retoques pp2
Frank20060 Sep 22, 2025
74edb0c
pp2b ej1 acabado
Frank20060 Sep 22, 2025
588bb07
teoria 2- Array/URL
Frank20060 Sep 26, 2025
c40d578
index peliculas hecho
Frank20060 Sep 26, 2025
1f2044d
empezando detalles
Frank20060 Sep 26, 2025
b1f7798
cambio de nombre carpeta cartelera pelis
Frank20060 Sep 29, 2025
d872ee6
cartelera peliculas acabado
Frank20060 Sep 29, 2025
b7388af
estilo cartelera
Frank20060 Sep 29, 2025
0eddfb0
teoria3-funciones/formularios
Frank20060 Oct 3, 2025
2cd5b1f
PracticaMercadona-Finalizada
Frank20060 Oct 3, 2025
412685f
quedan las cards
Frank20060 Oct 17, 2025
5da9caa
acabao
Frank20060 Oct 18, 2025
cc09eda
empezar pp6 y sesion crud heroes
Frank20060 Oct 24, 2025
1033e9e
no va nada
Frank20060 Oct 24, 2025
513db20
login hecho
Frank20060 Oct 25, 2025
5332fa4
acabao
Frank20060 Oct 25, 2025
a2a04e0
ahora si acabao
Frank20060 Oct 25, 2025
230373e
sesion de db :(
Frank20060 Nov 14, 2025
8bf1bfb
preparado el inicio del proyecto
Frank20060 Nov 14, 2025
71e8daa
Ordenar el proyecto y plantearlo
Frank20060 Nov 15, 2025
ad3b445
volvemos al principio
Frank20060 Nov 22, 2025
951c22e
eliminar elgunos archivos
Frank20060 Nov 22, 2025
1def32b
cambio de extension y algunos cambios de urls (pero no van muy bien)
Frank20060 Nov 22, 2025
da8d70f
ya van las backgraund images, solo falta que algun css vaya bien
Frank20060 Nov 22, 2025
34ede78
ya van los bk images
Frank20060 Nov 22, 2025
62149ce
include del nav
Frank20060 Nov 22, 2025
7dc62a9
footer includes
Frank20060 Nov 22, 2025
4e183ff
eliminar el código del encabezado y usar la inclusión del archivo de …
Frank20060 Nov 22, 2025
4d55877
crear archivos de conexion a base de datos
Frank20060 Nov 22, 2025
f18e180
algunas consultas ya hechas
Frank20060 Nov 22, 2025
215de5a
CREO QUE ESTAN LAS CONSULTAS usando funciones
Frank20060 Nov 22, 2025
30c4172
login, registro, y empezar con las cosas que puede hacer el admin y l…
Frank20060 Nov 23, 2025
4aa7654
He creado la pagina de admin, lo que queda es añadirle lo de crear/ed…
Frank20060 Nov 23, 2025
f43de94
minor changes
Frank20060 Nov 29, 2025
f84e11e
admin con botones de ver
Frank20060 Nov 29, 2025
1bdf047
se pueden ver los registros desde el panel de admin (queda añadir/eli…
Frank20060 Nov 29, 2025
32f2150
fichero de los cruds para la base de datos (ahora queda implementar l…
Frank20060 Nov 29, 2025
6ec7b79
va añadir
Frank20060 Nov 29, 2025
ae56b43
Inicio sesion, logout y header actualizado admin creo que ya esta al 100
Frank20060 Nov 29, 2025
364da73
funciones que hacen el html a lo react pero con php, mu guapo (el bet…
Frank20060 Nov 30, 2025
ecd5c13
un fallo
Frank20060 Dec 1, 2025
c5b84fa
reedirigir desde el principio y arregllar admin un header
Frank20060 Dec 3, 2025
0e15e2e
noticias renderizadas
Frank20060 Dec 3, 2025
a452377
noticias renderizadas
Frank20060 Dec 4, 2025
f867492
acabao
Frank20060 Dec 4, 2025
2aa9699
error noticias
Frank20060 Dec 4, 2025
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
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# [Choice] PHP version (use -bullseye variants on local arm64/Apple Silicon): 8, 8.0, 7, 7.4, 7.3, 8-bullseye, 8.0-bullseye, 7-bullseye, 7.4-bullseye, 7.3-bullseye, 8-buster, 8.0-buster, 7-buster, 7.4-buster, 7.3-buster
ARG VARIANT=7-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/php:0-${VARIANT}
RUN docker-php-ext-install mysqli pdo_mysql

# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
ARG NODE_VERSION="none"
Expand Down
14 changes: 14 additions & 0 deletions gymWeb/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
10 changes: 10 additions & 0 deletions gymWeb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Thumbs.db
.DS_Store
.dist
.tmp
.sass-cache
npm-debug.log
node_modules
package-lock.json
yarn.lock
netlify
61 changes: 61 additions & 0 deletions gymWeb/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"maxerr": 50,
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": false,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"plusplus": false,
"quotmark": "double",
"undef": true,
"unused": false,
"strict": true,
"maxparams": false,
"maxdepth": 4,
"maxstatements": false,
"maxcomplexity": false,
"maxlen": 400,
"browser": true,
"devel": true,
"asi": false,
"boss": false,
"debug": false,
"eqnull": false,
"es3": true,
"es5": false,
"esnext": true,
"moz": false,

"evil": true,
"expr": true,
"funcscope": false,
"globalstrict": false,
"iterator": false,
"lastsemic": false,
"laxbreak": false,
"laxcomma": false,
"loopfunc": true,
"multistr": true,
"noyield": false,
"notypeof": false,
"proto": false,
"scripturl": false,
"shadow": false,
"sub": false,
"supernew": false,
"validthis": false,
"globals": {
"jQuery": false,
"google": false,
"$": false
}
}
21 changes: 21 additions & 0 deletions gymWeb/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 - Present, Themefisher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
80 changes: 80 additions & 0 deletions gymWeb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Agen Free Bootstrap Agency Template

![agen](https://demo.themefisher.com/thumbnails/agen.png)

👉🏻[View Live Preview](https://demo.themefisher.com/agen/)

<!-- download -->
## Download And installation

Download this template from [Github](https://github.com/themefisher/agen/archive/main.zip)

<!-- installation -->
### Basic Usages

After downloading the template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.

### Advanced Usage

For advanced usage, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.

#### Install prerequisites (once for a machine)

* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
* **Gulp Installation:** Install gulp globally from your terminal

```
npm install --global gulp-cli
```

Or visit the original [Gulp docs](https://gulpjs.com/docs/en/getting-started/quick-start)

#### Local setup

After successfully installing those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]

* Install dependencies

```
npm install
```

* Run locally

```
npm run dev
```

After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live reload the browser when changes are saved.

#### Production Build

After finishing all the customization, you can create a production build by running this command.

```
npm run build
```

Now you get a `theme` folder that has all the changes you have made. you can use this folder as your main theme.

👉🏻 [visit documentation](https://docs.themefisher.com/agen/)

<!-- reporting issue -->
## Reporting Issues

We use GitHub Issues as the official bug tracker for the agen Template. Please Search [existing issues](https://github.com/themefisher/agen/issues). It’s possible someone has already reported the same problem.
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/agen/issues).

<!-- support -->
## Technical Support or Questions (Paid)

If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.

<!-- licence -->
## License

Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://themefisher.com)

**Code License:** Released under the [MIT](https://github.com/themefisher/agen/blob/main/LICENSE) license.

**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.
Loading