Skip to content

Instantly share code, notes, and snippets.

View theinfinox's full-sized avatar
☄️
<3

Govind S R theinfinox

☄️
<3
View GitHub Profile
@theinfinox
theinfinox / WordPress-Dokerfile
Created June 30, 2024 14:23 — forked from abhi-io/WordPress-Dokerfile
multiple WordPress instances with separate databases using Docker
To set up multiple WordPress instances with separate databases using Docker, you'll need to modify the Docker commands to create additional containers for WordPress and MariaDB. Here's how you can set it up for three websites:
1. Create Docker networks:
```bash
docker network create wordpress-network1
docker network create wordpress-network2
docker network create wordpress-network3
```
2. Create volumes for each WordPress instance and database:
@theinfinox
theinfinox / index.html
Created May 30, 2024 12:07
Responsive Envelope and Love Letter - Valentine's Day
<html>
<body class="scissors">
<div class="envelop">
<div class="envelop__front-paper"></div>
<div class="envelop__back-paper"></div>
<div class="envelop__up-paper js-up-paper"></div>
<div class="envelop__sticker js-sticker"></div>
<div class="envelop__false-sticker"></div>
<div class="envelop__content js-envelop-content">
@theinfinox
theinfinox / index.html
Created May 30, 2024 11:42
Responsive Envelope and Love Letter - Valentine's Day
<html>
<body class="scissors">
<div class="envelop">
<div class="envelop__front-paper"></div>
<div class="envelop__back-paper"></div>
<div class="envelop__up-paper js-up-paper"></div>
<div class="envelop__sticker js-sticker"></div>
<div class="envelop__false-sticker"></div>
<div class="envelop__content js-envelop-content">
@theinfinox
theinfinox / index.html
Created March 2, 2024 09:11
Responsive Image Carousel ( Animation )
<main>
<ul class='slider'>
<li class='item' style="background-image: url('https://cdn.mos.cms.futurecdn.net/dP3N4qnEZ4tCTCLq59iysd.jpg')">
<div class='content'>
<h2 class='title'>"Lossless Youths"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>