Skip to content

Commit

Permalink
Beta (#1250)
Browse files Browse the repository at this point in the history
* fix: beta changes

* fix: ui

* fix: beta changes
  • Loading branch information
tamalCodes authored Apr 9, 2024
1 parent 538c21a commit bcc64a2
Show file tree
Hide file tree
Showing 37 changed files with 1,250 additions and 1,285 deletions.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Mulish&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sarabun&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Exo+2:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">

<title>Milan</title>
Expand Down
96 changes: 93 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"@mui/x-date-pickers": "^6.19.5",
"@mui/x-date-pickers-pro": "^6.19.5",
"@reduxjs/toolkit": "^2.1.0",
"@studio-freight/lenis": "^1.0.33",
"@studio-freight/react-lenis": "^0.0.38",
"@tanstack/react-query": "^5.28.9",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^14.4.3",
"aos": "^2.3.4",
Expand Down
41 changes: 24 additions & 17 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
import { LocalizationProvider } from "@mui/x-date-pickers";
import { AdapterDayjs } from "@mui/x-date-pickers/AdapterDayjs";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import React from "react";
import { Route, BrowserRouter as Router, Routes } from "react-router-dom";
import { ToastContainer } from "react-toastify";
import { BacktoTop } from "./components/shared";
import "./styles/App.css";
import "./styles/Globals.scss";
import routesConfig from "./utils/routesConfig.jsx";

const App = () => {
const queryClient = new QueryClient();

return (
<LocalizationProvider dateAdapter={AdapterDayjs}>
<div className="app">
<Router>
<Routes>
{routesConfig.map((route, index) => (
<Route
key={index}
exact
path={route?.path}
element={route?.element}
/>
))}
</Routes>
</Router>
<BacktoTop />
</div>
</LocalizationProvider>
<QueryClientProvider client={queryClient}>
<LocalizationProvider dateAdapter={AdapterDayjs}>
<div className="app">
<ToastContainer />
<Router>
<Routes>
{routesConfig.map((route, index) => (
<Route
key={index}
exact
path={route?.path}
element={route?.element}
/>
))}
</Routes>
</Router>
<BacktoTop />
</div>
</LocalizationProvider>
</QueryClientProvider>
);
};

Expand Down
15 changes: 14 additions & 1 deletion src/assets/pictures/Navbar/MilanNavBrand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 174 additions & 0 deletions src/assets/pictures/Navbar/invoice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>

<style>
body {
margin: 0;
}

#root {
width: 70%;
min-height: 100vh;
margin: 5px 15%;
padding: 2% 0;
border: 1px solid black;
}

.summary {
display: flex;
flex-wrap: wrap;
}

.col {
flex: 1 0 0;
display: block;
margin: 0 10%;
margin-top: 5%;
}

#list-of-items div {
display: flex;
justify-content: center;
}

#list-of-items div {
display: flex;
justify-content: center;
}

#list-of-items table {
margin: 5% 0;
width: 80%;
text-align: left;
}

.footer {
width: 80%;
margin: 0 5%;
justify-content: center;
text-align: center;
}

@media screen and (max-width: 480px) {
#root {
width: unset;
margin: 0;
}

.col {
flex: 1 0 300px;
display: block;
margin: 0 10%;
margin-top: 5%;
}
}
</style>

</head>

<body>
<div id="root">
<div class="summary">
<div class="col">
<img src="edilitics.webp" alt="">
<h3>Invoice Number: EDI123456</h3>
</div>
</div>
<div class="summary">
<div class="col">
<b>Details</b>
<br>
Invoice Number......EDI123456
<br>
Invoice Date...........21 Mar 2024
<br>
Billing ID...............4023-9583-9133
<br>
Domain Name........edilitics.com
<br>
Subscription...........Mar-Apr 2024 (1 Month)
<br>
Purchased Plan......Teams Full Suite (4 users)
</div>
<div class="col">
<b>Payment Summary</b>
<br>
Total Amount: $269.00/-
<br>
Paid Amount: $269.00/-
<br>
Bal Amount: $0.0
<br>
<br>
Card Type: HDFC (***1234)
<br>
Date Paid On: 21 March 2024
<br>
</div>
</div>
<div class="summary">
<div class="col">
<b>Bill To</b>
<br>
Raoul Pinto
<br>
Decision Sciences & Analytics Private Limited
<br>
G-3, B-wing, 3rd Floor
<br>
Annapurna CHSL, 1st Road, Santacruz East
<br>
Mumbai, Maharashtra 400055
<br>
India
<br>
Place of Supply/State Code: 27
</div>
</div>
<div id="list-of-items">
<div>
<table>
<thead>
<tr>
<th>Description</th>
<th>Unit Price</th>
<th>Quantity</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>Teams Full Suite <br> Modules - Replicate | Transform | Visualize</td>
<td>$100</td>
<td>4</td>
<td>$400</td>
</tr>
</tbody>
</table>
</div>
<div>
Total Amount: $400
</div>
</div>
<div class="footer">
<br><br>
<b>Edilitics | Decision Sciences & Analytics Private Limited</b>
<br>
G-3, B-wing, 3rd Floor
Annapurna CHSL, 1st Road, Santacruz East
Mumbai, Maharashtra 400055
India
<br>
GSTIN: 06AACCG0527D1Z8
<br>
PAN: AACCG0527D
</div>
</div>
</body>

</html>
Loading

0 comments on commit bcc64a2

Please sign in to comment.