Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit ccdaaa27
authored
2025-10-01 18:36:55 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
miner change
1 parent
1f6920dc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
package-lock.json
pages/_document.js
pages/api/jobapi.js
pages/api/sendEmail.js
pages/index.js
package-lock.json
View file @
ccdaaa2
{
"name"
:
"
alphion
-frontend"
,
"name"
:
"
Akruti
-frontend"
,
"version"
:
"0.1.0"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"
alphion
-frontend"
,
"name"
:
"
Akruti
-frontend"
,
"version"
:
"0.1.0"
,
"dependencies"
:
{
"@fancyapps/ui"
:
"^5.0.36"
,
...
...
pages/_document.js
View file @
ccdaaa2
...
...
@@ -10,9 +10,9 @@ export default function Document() {
name
=
"viewport"
content
=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/
>
<
meta
name
=
"description"
content
=
"A
lphion
"
/>
<
meta
property
=
"og:title"
content
=
"A
lphion
"
/>
<
meta
property
=
"og:description"
content
=
"A
lphion
"
/>
<
meta
name
=
"description"
content
=
"A
kruti
"
/>
<
meta
property
=
"og:title"
content
=
"A
kruti
"
/>
<
meta
property
=
"og:description"
content
=
"A
kruti
"
/>
<
link
rel
=
"apple-touch-icon"
sizes
=
"180x180"
href
=
"/favicon.svg"
/>
<
link
rel
=
"icon"
type
=
"image/png"
sizes
=
"32x32"
href
=
"/favicon.svg"
/>
<
link
rel
=
"icon"
type
=
"image/png"
sizes
=
"16x16"
href
=
"/favicon.svg"
/>
...
...
pages/api/jobapi.js
View file @
ccdaaa2
...
...
@@ -58,7 +58,7 @@ export default function (req, res) {
const
mailData
=
{
from
:
"gaurav.logicloop@gmail.com"
,
to
:
maillist
,
subject
:
`A
lphion
${
req
.
body
?.
FormSource
||
""
}
Leads
`,
subject
:
`A
kruti
${
req
.
body
?.
FormSource
||
""
}
Leads
`,
html: `
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"padding-top:35px; background-color:#f1f1f1; font-family:Verdana,Arial,sans-serif; color:#454748; width:100%; border-collapse:separate;"
>
<
tbody
>
...
...
@@ -68,7 +68,7 @@ export default function (req, res) {
<
tbody
>
<
tr
>
<
td
align
=
"center"
>
<
strong
style
=
"font-size:16px;"
>
Welcome
to
A
lphion
<
/strong
>
<
strong
style
=
"font-size:16px;"
>
Welcome
to
A
kruti
<
/strong
>
<
/td
>
<
/tr
>
<
tr
>
...
...
pages/api/sendEmail.js
View file @
ccdaaa2
...
...
@@ -21,7 +21,7 @@ export default function (req, res) {
const
mailData
=
{
from
:
"gaurav.logicloop@gmail.com"
,
to
:
maillist
,
subject
:
`A
lphion
${
req
.
body
.
FormSource
}
Leads`
,
subject
:
`A
kruti
${
req
.
body
.
FormSource
}
Leads`
,
html
:
`
<table border="0" cellpadding="0" cellspacing="0" style="padding-top:35px; background-color:#f1f1f1; font-family:Verdana,Arial,sans-serif; color:#454748; width:100%; border-collapse:separate;">
<tbody>
...
...
@@ -35,7 +35,7 @@ export default function (req, res) {
<tbody>
<tr>
<td valign="middle">
<strong style="font-size:16px; margin: 0;">Welcome to A
lphion
</strong>
<strong style="font-size:16px; margin: 0;">Welcome to A
kruti
</strong>
</td>
</tr>
<tr>
...
...
pages/index.js
View file @
ccdaaa2
...
...
@@ -14,7 +14,7 @@ const Home = ({ homepage }) => {
<>
<
Head
>
<
title
>
Akruti
<
/title
>
<
meta
name
=
"description"
content
=
"A
lphion
"
/>
<
meta
name
=
"description"
content
=
"A
kruti
"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
/>
<
link
rel
=
"icon"
href
=
"/favicon.ico"
/>
<
/Head
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment