Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIA project #984

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
01e6471
DIA version #1
taniaisthatyou Sep 7, 2024
1ffd9e9
Poppins 1
taniaisthatyou Sep 7, 2024
637349e
Poppins 2
taniaisthatyou Sep 7, 2024
0e65f43
add DIA icons
taniaisthatyou Sep 7, 2024
6a3498d
add DIA logo
taniaisthatyou Sep 7, 2024
1ae30d3
add Version bg dark theme
taniaisthatyou Sep 7, 2024
261d4f0
add Slider 2
taniaisthatyou Sep 7, 2024
91d65ec
add Slider 3
taniaisthatyou Sep 7, 2024
a7101bc
add Slider 1
taniaisthatyou Sep 7, 2024
8d65533
add Testimonials imgs
taniaisthatyou Sep 7, 2024
f1cea8f
add WWD imgs
taniaisthatyou Sep 7, 2024
52e05be
add styles
taniaisthatyou Sep 7, 2024
21fbe68
add move switcher
taniaisthatyou Sep 8, 2024
8409060
solution move switcher
taniaisthatyou Sep 9, 2024
2bf39b1
logo
taniaisthatyou Sep 9, 2024
5c86ed8
Fixed error after submit form
taniaisthatyou Sep 9, 2024
e7981e5
method post
taniaisthatyou Sep 9, 2024
fbc7161
fixed errors
taniaisthatyou Sep 9, 2024
5a8323c
check it
taniaisthatyou Sep 9, 2024
3f07613
check solution
taniaisthatyou Sep 10, 2024
4233566
borders
taniaisthatyou Sep 10, 2024
61f9eac
solution top-bar
taniaisthatyou Sep 10, 2024
5669090
2
taniaisthatyou Sep 10, 2024
13bed47
delete aside
taniaisthatyou Sep 10, 2024
08cec6d
nav height auto
taniaisthatyou Sep 10, 2024
e9b70ec
top-bar
taniaisthatyou Sep 10, 2024
37824ed
nav 1 top-bar 2
taniaisthatyou Sep 10, 2024
cc8e662
overflow visible
taniaisthatyou Sep 10, 2024
8f7ad7b
fixed top
taniaisthatyou Sep 12, 2024
793bb3e
Merge branch 'master' into develop
taniaisthatyou Sep 12, 2024
8555120
js top
taniaisthatyou Sep 12, 2024
4196741
bg top
taniaisthatyou Sep 12, 2024
cfc967c
v3
taniaisthatyou Sep 12, 2024
6fa8032
change z-index
taniaisthatyou Sep 12, 2024
437bdd1
modified top-bar
taniaisthatyou Sep 13, 2024
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
29 changes: 29 additions & 0 deletions .github/workflows/test.yml-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Test

on:
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload HTML report(backstop data)
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: report
path: backstop_data
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Adapt the page to the following screens:
11. `git push origin develop` - to send you code for PR.
12. Create a Pull Request (PR) from your branch `develop` to branch `master` of original repo.
13. Replace `<your_account>` with your Github username in the
[DEMO LINK](https://<your_account>.github.io/layout_dia/).
[DEMO LINK](https://taniaisthatyou.github.io/layout_dia/).
14. Copy `DEMO LINK` to the PR description.

> To update you PR repeat steps 7-11.
Loading
Loading