feature-about-statement-of-faith-initial-implement #2

Merged
Caretaker0699 merged 1 commits from feature-about-statement-of-faith into main 2023-06-27 00:41:00 +00:00
14 changed files with 425 additions and 43 deletions

View File

@ -1,7 +1,7 @@
import Link from "next/link";
import Image from "next/image";
import React, { useState } from "react";
import NavItem from "./nav-item";
import NavItem from "./NavItem";
const MENU_LIST = [
{ text: "about", href: "/about" },

View File

@ -1,5 +1,5 @@
import React, { useEffect, useRef, useState } from "react";
import VideoButton from "../buttons/video-button.jsx";
import VideoButton from "../buttons/VideoButton.jsx";
import Link from "next/link";
const Section = ({

View File

@ -0,0 +1,379 @@
const StatementOfFaithSection = () => {
return (
<div className="relative bg-black-600 w-full h-screen">
<div className="relative z-10 flex flex-col items-center justify-center h-full">
<div className="relative flex justify-center items-end w-full mb-20">
<h2 className="text-5xl font-normal text-white mt-8">
statement of faith
</h2>
</div>
<div className="h-full overflow-y-scroll h3-text-center">
<h3 className="text-3xl font-normal text-white mt-8">
The Triune God
</h3>
<p className="text-white text-lg mx-4 px-2">
There is one God, self-existent and eternal, infinitely perfect, the
Creator, Sustainer, and Ruler of all things.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:1, 2:14; Deuteronomy 6:4, 33:27; Psalm 22:28, 103:19,
147:5; Isaiah 40:28, 45:18; Daniel 5:21; 2 Samuel 22:31; Nehemiah
9:6; Ecclesiastes 12:16; Matthew 5:48, 28:18; Mark 12:2934; John
1:13; 1 Corinthians 8:4; Romans 16:26; Colossians 1:1617, 2:3;
Hebrews 1:13, 9:14; 2 Peter 3:9; Revelation 1:8, 4:11).
</p>
<p className="text-white text-lg mx-4 px-2">
The Godhead is Triune: one God, three Persons: God the Father, God
the Son, and God the Holy Spirit. Each Person is fully God, their
glory equal and their majesty coeternal.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:12; Matthew 3:1517; John 1:13).
</p>
<p className="text-white text-lg mx-4 px-2">
For his own glory and by his own decree, the triune God created
heaven and earth, time, and all things, visible and invisible,
living and nonliving, material and nonmaterial.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:12:3; Exodus 20:11, 31:17; Isaiah 46:910; Nehemiah 9:6;
1 Timothy 1:17; Colossians 1:16; Revelation 22:13).
</p>
<p className="text-white text-lg mx-4 px-2">
Our Lord Jesus Christ, the uncreated Creator and only begotten Son
of God, took on human flesh to be fully man without ever ceasing to
be fully God.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Luke 24:39; John 1:13, 1:14, 1:18, 3:16, 8:58; Colossians 1:16;
Acts 2:22; 1 Corinthians 15:47; Philippians 2:58; Hebrews 1:13).
</p>
<p className="text-white text-lg mx-4 px-2">
Jesus Christ was conceived by the Holy Spirit, born of the virgin
Mary, and lived a sinless life.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Isaiah 7:14, 53:46; Matthew 1:1623; John 8:29, 8:46; 2
Corinthians 5:21; 1 Peter 2:2122).
</p>
<p className="text-white text-lg mx-4 px-2">
Jesus died on the cross, making a full and satisfactory atonement
for mans sin.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Matthew 1:1623; Luke 1:3031; John 19:30; 1 Thessalonians 1:10;
Hebrews 9:1112, 10:1214; 1 Peter 1:1719; 1 John 2:2).
</p>
<p className="text-white text-lg mx-4 px-2">
Jesus Christ rose bodily from the dead, ascended to heaven, is
currently seated at the right hand of God the Father as our
Intercessor, and shall return in person (bodily and visibly) to this
earth as Judge of the living and the dead.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(1 Corinthians 15:35; Acts 17:31; Ephesians 1:1723; 2 Timothy 4:1;
Hebrews 7:25).
</p>
<p className="text-white text-lg mx-4 px-2">
The Holy Spirit, the third Person of the Godhead, is Lord and Giver
of life, who glorifies our Lord Jesus Christ and convicts the world
of sin, righteousness, and judgment.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(John 15:26, 16:811, 16:14).
</p>
<p className="text-white text-lg mx-4 px-2">
The Holy Spirits work is necessary for sinners to repent and
believe in Jesus Christ through the gospel call.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Romans 8; 1 Corinthians 2:614, 12:3; Titus 3:37).
</p>
<p className="text-white text-lg mx-4 px-2">
The Holy Spirit lives and works in each believer to produce the
fruits of righteousness.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(John 14:1617; Acts 1:8, 4:31; Romans 8:11; 1 Corinthians 3:16,
6:1820; Galatians 5:2223; Ephesians 2:1922).{" "}
</p>
<p className="text-white text-lg mx-4 px-2">
The Triune God has revealed himself in Scripture in the male gender
with masculine pronouns and masculine titles such as Father, Son,
God, King, Priest, and Prophet.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Psalm 5:2; Matthew 28:19; John 14:26).{" "}
</p>
<h3 className="text-3xl font-normal text-white mt-8">Scripture </h3>
<p className="text-white text-lg mx-4 px-2">
The 66 books of the Bible are the unique, written Word of God. The
Bible is divinely inspired, inerrant, infallible, supremely
authoritative, and sufficient in everything it teaches. Its
assertions are factually true in all the original autographs. Its
authority is not limited to spiritual, religious, or redemptive
themes but includes its assertions in such fields as history and
science.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Deuteronomy 4:2, 12:32; 2 Timothy 3:1617; Revelation 22:1819).
</p>
<p className="text-white text-lg mx-4 px-2">
The final guide to the interpretation of Scripture is Scripture
itself.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Proverbs 8:89; Matthew 12:35, 19:4, 22:31; Mark 7:13, 12:10,
12:26; Luke 6:3; 2 Corinthians 4:2; 2 Timothy 3:1617).{" "}
</p>
<p className="text-white text-lg mx-4 px-2">
All things necessary for our salvation are expressly and clearly
taught in Scripture.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(foundation of the gospel: Genesis 1:1, 1:31, 3:1719; Romans 5:12,
3:23; presenting the gospel: 1 Corinthians 15:1-4; Romans 6:23,
10:9; John 3:1418; Acts 16:3031; Ephesians 2:8; Romans 5:12).{" "}
</p>
<p className="text-white text-lg mx-4 px-2">
The view, commonly used to evade the implications or the authority
of biblical teaching, namely that knowledge and/or truth may be
divided into secular and religious, is unbiblical and therefore
should be rejected.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(1 Corinthians 10:31; Colossians 3:17).
</p>
<h3 className="text-3xl font-normal text-white mt-8">Sin</h3>
<p className="text-white text-lg mx-4 px-2">
The special creation of Adam (the first man) and Eve (the first
woman) and their subsequent fall into sin is the basis for the
necessity of salvation for mankind.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 2:7, 2:17, 2:2223, 3:620; Romans 5:12; 1 Corinthians
15:4549).
</p>
<p className="text-white text-lg mx-4 px-2">
Human death (both physical and spiritual) as well as all animal
death, disease, bloodshed, suffering, extinction, thorns and
thistles, and all other natural evils (e.g., earthquakes,
hurricanes, tsunamis, etc.) entered this world subsequent to, and as
a direct consequence of, mans sin.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 2:1617, 3:8, 3:19, 4:48; Romans 5:12, 8:2022; 1
Corinthians 15:2122).
</p>
<p className="text-white text-lg mx-4 px-2">
All mankind are sinners, inherently from Adam and individually (by
choice), and are therefore subject to Gods wrath and condemnation.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(1 Kings 8:46; Isaiah 53:6; Psalm 116:11; Proverbs 16:5; John
3:1618, 12:48; Romans 3:23).
</p>
<p className="text-white text-lg mx-4 px-2">
Since all of mankind is made in Gods image and also fallen, all
humans are equally sinful, equally deserving of eternal punishment,
and equally able to receive salvation in Christ.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Isaiah 53:6; John 12:32; Romans 3:23, 5:12; 2 Peter 3:9).{" "}
</p>
<h3 className="text-3xl font-normal text-white mt-8">Man</h3>
<p className="text-white text-lg mx-4 px-2">
Mankind, consisting of two genders (male and female), is created in
the image of God. Each of these two distinct, complementary genders
reflects the image of God.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:2627, 5:2, 9:6; Matthew 19:46; Mark 10:6; 1 Corinthians
11:7; James 3:910).
</p>
<p className="text-white text-lg mx-4 px-2">
The special and unique creation of Adam from dust and Eve from
Adams rib was supernatural and immediate. Adam and Eve did not
originate from any other preexisting lifeforms.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 2:7, 2:2123, 3:19; 1 Corinthians 11:812, 15:4749).
</p>
<p className="text-white text-lg mx-4 px-2">
All human life is sacred and begins at conception (defined as the
moment of fertilization). Each unborn child is a unique, living
human being, created in the image of God, and must be respected and
protected both before and after birth. The abortion of an unborn
child or the active, intentional taking of human life through
euthanasia or assisted suicide constitutes a violation of the
sanctity of human life and is a crime against God and man.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 9:6; Exodus 20:13; Deuteronomy 5:17; Psalm 51:5; 1
Corinthians 15:49; James 2:11).
</p>
<p className="text-white text-lg mx-4 px-2">
There is only one race of mankindthe human race or Adams race.
Adam and Eve were the first two humans. All people alive today are
the descendants of Adam and Eve and subsequently Noah.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:2627, 3:20, 10:1, 10:32; 1 Corinthians 15:4547; Luke
17:27; Hebrews 11:7; 1 Peter 3:20; 2 Peter 2:5).{" "}
</p>
<p className="text-white text-lg mx-4 px-2">
Since all humans are made in the image of God, all humans have equal
dignity and value regardless of age (including the unborn),
intelligence, gender, physical ability, shade of skin tone,
religion, ethnicity, or any other characteristic.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:2627, 3:20, 11:9; Acts 17:2628).
</p>
<p className="text-white text-lg mx-4 px-2">
The concepts of social justice, intersectionality, and critical
race theory as defined in modern terminology are anti-biblical and
destructive to human flourishing.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Ezekiel 18:120; James 2:89).
</p>
<p className="text-white text-lg mx-4 px-2">
Parents are responsible to instruct their children in Christian
faith and conduct, to set before them godly and consistent examples
of the same, and in every way to bring them up in the nurture and
admonition of the Lord.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Deuteronomy 6:69; Proverbs 22:6; Ephesians 6:4).
</p>
<p className="text-white text-lg mx-4 px-2">
The only legitimate marriage, based on the creation ordinance in
Genesis 1 and 2, sanctioned by God is the joining of one naturally
born man and one naturally born woman in a single, exclusive union
as delineated in Scripture. God intends sexual intimacy to only
occur between a man and a woman who are married to each other and
has commanded that no sexual activity be engaged in outside of a
marriage between a man and a woman. Any form of sexual immorality,
such as adultery, fornication, prostitution, homosexuality,
lesbianism, bisexual conduct, bestiality, incest, pornography,
abuse, or any attempt to change ones gender, or disagreement with
ones biological gender, is sinful and offensive to God.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:2728, 2:24; Matthew 5:2730, 19:4-5; Mark 10:29; 1
Corinthians 6:911; 1 Thessalonians 4:37; Hebrews 13:4).{" "}
</p>
<p className="text-white text-lg mx-4 px-2">
Gender and biological sex are equivalent and cannot be separated. A
persons gender is determined at conception (fertilization), coded
in the DNA, and cannot be changed by drugs, hormones, or surgery.
Rejection of ones biological sex (gender) or identifying oneself by
the opposite sex is a sinful rejection of the way God made that
person. These truths must be communicated with compassion, love,
kindness, and respect, pointing everyone to the truth that God
offers redemption and restoration to all who confess and forsake
their sin, seeking his mercy and forgiveness through Jesus Christ.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Genesis 1:2628, 5:12; Psalm 51:5, 139:1316; Jeremiah 1:5;
Matthew 1:2021, 19:46; Mark 10:6; Luke 1:31; Acts 3:1921; Romans
10:910; 1 Corinthians 6:911; Galatians 3:28).{" "}
</p>
<h3 className="text-3xl font-normal text-white mt-8">Salvation</h3>
<p className="text-white text-lg mx-4 px-2">
The doctrines of Creator and Creation cannot ultimately be divorced
from the gospel of Jesus Christ.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(John 1:13, 1:1418; Colossians 1:1320).
</p>
<p className="text-white text-lg mx-4 px-2">
Freedom from the penalty and power of sin is available to man only
through the sacrificial death and shed blood of Jesus Christ and his
complete and bodily resurrection from the dead.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Luke 24:39; John 8:12, 8:36, 14:6; Acts 4:12; 1 Timothy 2:36; 1
Peter 1:3).
</p>
<p className="text-white text-lg mx-4 px-2">
Salvation is by Gods grace alone, a gift received by faith alone in
Christ alone.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Ephesians 2:89; Titus 3:37).
</p>
<p className="text-white text-lg mx-4 px-2">
The one who is born of God has repented, recognized the death of
Christ as full payment for sin, received the risen Christ as Savior,
Lord, and God, and sealed with the Holy Spirit for the day of
redemption.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(John 1:1213; Acts 3:19, 16:31, 17:3031, 20:21; Galatians 2:2021;
1 John 3:9; Ephesians 1:13-14, 4:30; 2 Corinthians 1:21-22).{" "}
</p>
<h3 className="text-3xl font-normal text-white mt-8">Church</h3>
<p className="text-white text-lg mx-4 px-2">
The church of Jesus Christ is composed of all who are united with
him in saving faith and who are thus members of the body of which he
is the head.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(John 3:16, 3:36, 11:25; Acts 16:3031; Romans 10:810; Ephesians
5:23; Colossians 1:18).
</p>
<p className="text-white text-lg mx-4 px-2">
Those who do not believe in Christ are subject to everlasting,
conscious punishment in hell, but believers are secure to enjoy
eternal life with God in heaven.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Matthew 13:4950, 25:46; John 3:1618, 3:36, 5:24; 1 Thessalonians
1:810; 1 John 5:1113; Revelation 21:8).{" "}
</p>
<p className="text-white text-lg mx-4 px-2">
All Christians are to live in fellowship with a local,
Bible-believing church (as portrayed in the New Testament), uniting
in its worship of the triune God, supporting the great commission,
and loving one another with pure and sincere hearts.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Acts 20:7; 1 Corinthians 11:1733, 16:2; Hebrews 10:2325, 13:17).
</p>
<h3 className="text-3xl font-normal text-white mt-8">
Christ's Return
</h3>
<p className="text-white text-lg mx-4 px-2">
Our Lord Jesus Christ will personally and bodily return in glory as
He has promised, and He will consummate His kingdom. Christ will
judge the living and the dead at His return.
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(John 6:3940, 12:48; Acts 1:911; 1 Peter 4:5).
</p>
<p className="text-white text-lg mx-4 px-2">
Those who have died in Christ to eternal life will be welcomed into
heaven and those who have rejected him will be sent to conscious and
everlasting punishment in the lake of fire (hell).{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Daniel 12:2; Matthew 13:4950, 25:4146; Luke 12:5; 1 Corinthians
15:1226; Revelation 21:8).
</p>
<p className="text-white text-lg mx-4 px-2">
Satan, who is a personal spiritual adversary of both God and
mankind, will be judged and cast into the lake of fire (hell) for
eternity.{" "}
</p>
<p className="text-white text-sm mx-10 px-10 py-5">
(Matthew 25:41; Revelation 20:10).
</p>
</div>
</div>
</div>
);
};
export default StatementOfFaithSection;

56
package-lock.json generated
View File

@ -8638,6 +8638,34 @@
"postcss": "^8.4.21"
}
},
"node_modules/postcss-load-config": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
"integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
"dependencies": {
"lilconfig": "^2.0.5",
"yaml": "^1.10.2"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"ts-node": {
"optional": true
}
}
},
"node_modules/postcss-nested": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
@ -10597,34 +10625,6 @@
"postcss": "^8.0.9"
}
},
"node_modules/tailwindcss/node_modules/postcss-load-config": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
"integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
"dependencies": {
"lilconfig": "^2.0.5",
"yaml": "^1.10.2"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"ts-node": {
"optional": true
}
}
},
"node_modules/terminal-link": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",

View File

@ -1,9 +1,10 @@
import React from "react";
import Head from "next/head";
import Navbar from "../components/layouts/navbar.jsx";
import Navbar from "../components/layouts/NavBar.jsx";
import dynamic from "next/dynamic";
import StatementOfFaithSection from "@/components/layouts/StatementOfFaithSection.jsx";
const Section = dynamic(() => import("../components/layouts/section.jsx"));
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
const ContactFormSection = dynamic(() =>
import("../components/layouts/ContactFormSection.jsx")
);
@ -28,6 +29,7 @@ export default function Home() {
videoId="W60vWdXR1sQ"
>
</Section>
<StatementOfFaithSection/>
<ContactFormSection
text="say hello"

View File

@ -1,6 +1,6 @@
import React from "react";
import Head from "next/head";
import Navbar from "../components/layouts/navbar.jsx";
import Navbar from "../components/layouts/NavBar.jsx";
import dynamic from "next/dynamic";
const ContactFormSection = dynamic(() =>

View File

@ -1,10 +1,10 @@
import React from "react";
import Navbar from "../components/layouts/navbar.jsx";
import SubSection from "../components/layouts/sub-section.jsx"
import Navbar from "../components/layouts/NavBar.jsx";
import SubSection from "../components/layouts/SubSection.jsx"
import dynamic from "next/dynamic";
import SectionTwo from "@/components/layouts/SectionTwo.jsx";
const Section = dynamic(() => import("../components/layouts/section.jsx"));
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
const ContactFormSection = dynamic(() =>
import("../components/layouts/ContactFormSection.jsx")
);

View File

@ -1,8 +1,8 @@
import React from "react";
import Navbar from "../components/layouts/navbar.jsx";
import Navbar from "../components/layouts/NavBar.jsx";
import dynamic from "next/dynamic";
const Section = dynamic(() => import("../components/layouts/section.jsx"));
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
const ContactFormSection = dynamic(() =>
import("../components/layouts/ContactFormSection.jsx")
);

View File

@ -1,9 +1,9 @@
import React from "react";
import Head from "next/head";
import Navbar from "../components/layouts/navbar.jsx";
import Navbar from "../components/layouts/NavBar.jsx";
import dynamic from "next/dynamic";
const Section = dynamic(() => import("../components/layouts/section.jsx"));
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
const ContactFormSection = dynamic(() =>
import("../components/layouts/ContactFormSection.jsx")
);

View File

@ -1,8 +1,8 @@
import React from "react";
import Navbar from "../components/layouts/navbar.jsx";
import Navbar from "../components/layouts/NavBar.jsx";
import dynamic from "next/dynamic";
const Section = dynamic(() => import("../components/layouts/section.jsx"));
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
const ContactFormSection = dynamic(() =>
import("../components/layouts/ContactFormSection.jsx")
);

View File

@ -58,7 +58,8 @@ module.exports = {
"mx-4",
"px-2",
"overflow-auto",
"overflow-hidden"
"overflow-hidden",
"scrollbar-hidden",
],
theme: {