12 |
13 |
14 |
15 | `);
--------------------------------------------------------------------------------
/js/index.js:
--------------------------------------------------------------------------------
1 | console.log("Hello Word!");
2 | var img = document.getElementsByClassName("logo");
3 | img[0].src="/img/logo.png";
4 | document.getElementById("title").style="font-size:29px;color:#FF007B;"
5 |
6 | let notetitle = `
7 | You can create a card with a link on our website.
8 | You can use the code with your help with the code. I use this code style
9 | fashion and animation!`
10 | //the paragraph call
11 | runpara()
12 | function runpara() {
13 | /// the use for let code //
14 | document.getElementById("paragraph").innerHTML=notetitle;
15 |
16 | }
17 |
18 |
19 |
--------------------------------------------------------------------------------
/project/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | New Offer
11 |
12 |
13 |
14 |
15 |
16 |
17 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/SECURITY.md:
--------------------------------------------------------------------------------
1 | # Security Policy
2 |
3 | ## Supported Versions
4 |
5 | Use this section to tell people about which versions of your project are
6 | currently being supported with security updates.
7 |
8 | | Version | Supported |
9 | | ------- | ------------------ |
10 | | 5.1.x | :white_check_mark: |
11 | | 5.0.x | :x: |
12 | | 4.0.x | :white_check_mark: |
13 | | < 4.0 | :x: |
14 |
15 | ## Reporting a Vulnerability
16 |
17 | Use this section to tell people how to report a vulnerability.
18 |
19 | Tell them where to go, how often they can expect to get an update on a
20 | reported vulnerability, what to expect if the vulnerability is accepted or
21 | declined, etc.
22 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2024 NAHID HK
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/js/viewdemo.js:
--------------------------------------------------------------------------------
1 | var data =`
2 |
3 | My Offer
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | This is a Demo ! This page is not link set.
13 |
10 | The repository is a use for new web page. This website use for the user create coustom (html) code and use the coustom html code that use an animiston (US) unic system !
11 |
12 |
13 | Explore the docs »
14 |
15 |
16 | View Demo
17 | .
18 | Report Bug
19 | .
20 | Request Feature
21 |
22 |
23 |
24 |      
25 |
26 | ## Table Of Contents
27 |
28 | * [About the Project](#about-the-project)
29 | * [Built With](#built-with)
30 | * [Getting Started](#getting-started)
31 | * [Prerequisites](#prerequisites)
32 | * [Installation](#installation)
33 | * [Usage](#usage)
34 | * [Roadmap](#roadmap)
35 | * [Contributing](#contributing)
36 | * [License](#license)
37 | * [Authors](#authors)
38 | * [Acknowledgements](#acknowledgements)
39 |
40 | ## About The Project
41 |
42 | 
43 |
44 | You can create a card with a link on our website. You can use the code with your help with the code. I use this code style fashion and animation!
45 |
46 | ## Built With
47 |
48 | The repository is a use for new web page. This website use for the user create coustom (html) code and use the coustom html code that use an animiston (US) unic system !
49 |
50 | ## Getting Started
51 |
52 |
53 | ### Prerequisites
54 |
55 | This is an example of how to list things you need to use the software and how to install them.
56 |
57 | * npm
58 |
59 | ```sh
60 | npm install npm@latest -g
61 | ```
62 |
63 | ### Installation
64 |
65 | 1. Get a free API Key at [https://landingcode.bmhm.sbs/](https://landingcode.bmhm.sbs/)
66 |
67 | 2. Clone the repo
68 |
69 | ```sh
70 | git clone https://github.com/nahidhk/landingCode.git
71 | ```
72 |
73 | 3. Install NPM packages
74 |
75 | ```sh
76 | npm install
77 | ```
78 |
79 | 4. Enter your API in `config.js`
80 |
81 | ```JS
82 | const API_KEY = 'ENTER YOUR API';
83 | ```
84 |
85 | ## Usage
86 |
87 | Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
88 |
89 | _For more examples, please refer to the [Documentation](https://example.com)_
90 |
91 | ## Roadmap
92 |
93 | See the [open issues](https://github.com/nahidhk/landingCode/issues) for a list of proposed features (and known issues).
94 |
95 | ## Contributing
96 |
97 | Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
98 | * If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/nahidhk/landingCode/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes.
99 | * Please make sure you check your spelling and grammar.
100 | * Create individual PR for each suggestion.
101 | * Please also read through the [Code Of Conduct](https://github.com/nahidhk/landingCode/blob/main/CODE_OF_CONDUCT.md) before posting your first idea as well.
102 |
103 | ### Creating A Pull Request
104 |
105 | 1. Fork the Project
106 | 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
107 | 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
108 | 4. Push to the Branch (`git push origin feature/AmazingFeature`)
109 | 5. Open a Pull Request
110 |
111 | ## License
112 |
113 | MIT License
114 |
115 | Copyright (c) 2024 NAHID HK
116 |
117 | Permission is hereby granted, free of charge, to any person obtaining a copy
118 | of this software and associated documentation files (the "Software"), to deal
119 | in the Software without restriction, including without limitation the rights
120 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
121 | copies of the Software, and to permit persons to whom the Software is
122 | furnished to do so, subject to the following conditions:
123 |
124 | The above copyright notice and this permission notice shall be included in all
125 | copies or substantial portions of the Software.
126 |
127 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
128 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
129 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
130 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
131 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
132 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
133 | SOFTWARE.
134 |
135 | ## Authors
136 |
137 | * **Nahid HK** - *Web Developer* - [Nahid HK](https://github.com/nahidhk) - *Create A Landing Code Project*
138 |
139 | ## top Repositors
140 |
141 | * [Developer find](https://github.com/nahidhk/developer-Find)
142 | * [NotePad-App](https://github.com/nahidhk/NotePad-App)
143 | * [Landing card ](https://github.com/nahidhk/Landing-card)
144 | * [mail-verify-system](https://github.com/nahidhk/mail-verify-system-)
145 |
--------------------------------------------------------------------------------