Neat Portfolio website template [Can be customized]

Status
This thread has been locked.

Azure Development

Banned
Feedback score
2
Posts
22
Reactions
6
Resources
0
Hello there, this is the first thread of Azure Development. Azure will share cool website templates for every business out there, from Minecraft server portals to Hosting websites. This first one is a simple and neat website to showcase someones portfolio.

Link to website images: imgur.com/a/DY9vP

To claim the website:
1. PM me with all the information you want me to change
2. I customize it to your preference and send it to you
3. Leave a vouch
4. That's it. :)

Pros:
- Simple layout
- Responsive design
- Full customization
- Free!!
- Fast "delivery"
- No advertisment mark
- Hover and animation effects
- Pure HTML, CSS and jQuery (No Bootstrap)
- Pages load fast

Cons:
- Form will not send an email (can be made)



Don't like this one? Check out our other website template:
- www.mc-market.org/threads/193816/
- www.mc-market.org/threads/194015/
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Azure Development

Banned
Feedback score
2
Posts
22
Reactions
6
Resources
0
For what is the form then ?
To send a message to the website owner email, but I don't know to do that yet. You can find someone who is good with back-end and he can do that. Sorry. :)
 
Banned forever. Reason: Creating Multiple Accounts (_8bit, https://builtbybit.com/members/_8bit.38868/)

Nitr0us

Manager | Developer
Supreme
Feedback score
4
Posts
157
Reactions
95
Resources
0
Hello there, this is the first thread of Azure Development. Azure will share cool website templates for every business out there, from Minecraft server portals to Hosting websites. This first one is a simple and neat website to showcase someones portfolio.

Link to website images: imgur.com/a/DY9vP

To claim the website:
1. PM me with all the information you want me to change
2. I customize it to your preference and send it to you
3. You leave a positive reputation
4. That's it. :)

Pros:
- Simple layout
- Responsive design
- Full customization
- Free!!
- Fast "delivery"
- No advertisment mark
- Hover and animation effects
- Pure HTML, CSS and jQuery (No Bootstrap)
- Pages load fast

Cons:
- Form will not send an email (can be made)
PM'd you.
 

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0
Would you like me to show you how to setup a contact form that send emails?

Regards,
Jon
 

Azure Development

Banned
Feedback score
2
Posts
22
Reactions
6
Resources
0
Would you like me to show you how to setup a contact form that send emails?

Regards,
Jon
No need to, I am taking a course on Udemy now so I will be able to do that in a bit. Thank you for your offer. :)
 
Banned forever. Reason: Creating Multiple Accounts (_8bit, https://builtbybit.com/members/_8bit.38868/)

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0

subbotted

Contact on Discord, subbotted#5560
Supreme
Feedback score
17
Posts
524
Reactions
407
Resources
0
''You leave a positive reputation'' I dont think you are allowed to ask for Pos reputation as a TOS.
You can ask if they can leave pos reputation IF they want, but pretty sure you cant obligate a user to leave a pos reputation in exchange to use this ''amazing'' ''template'' that you ''made''[DOUBLEPOST=1493271027][/DOUBLEPOST]Cause from my POV, You are either attempting to get ''Pos rep'' to sell something Large which could be a HCF Core or a Large plugin which it may be either skidded or leaked, and you need reputation in order to people not ''criticize'' your thread on something that you are selling :p
I don't know just saying :v)[DOUBLEPOST=1493271056][/DOUBLEPOST]Even if is a free template you should at least provide some kind of proof that you did it :p

This guy is a web developer lol, he won't be selling plugins by the looks of it. I don't think he knows the bukkit api so don't worry about that.. :p
 

Azure Development

Banned
Feedback score
2
Posts
22
Reactions
6
Resources
0
This guy is a web developer lol, he won't be selling plugins by the looks of it. I don't think he knows the bukkit api so don't worry about that.. :p
Yea, I didn't understand what that guy said so I didn't know what to reply. I'm a web developer not a plugin developer or whatever they are called.
 
Banned forever. Reason: Creating Multiple Accounts (_8bit, https://builtbybit.com/members/_8bit.38868/)

Lehend

A pirate's life for me
Premium
Feedback score
14
Posts
353
Reactions
37
Resources
0
to send emails if you can use php on your server you can do this
<?php
mail("[email protected]", "Title of the email", "The message goes in here.....");
?>

example:

index.html or index.php
<form method="post" action="sendmail.php">
<input type="text" name="email">
<input type="text" name="title">
<input type="text" name="msg">
</form>


sendmail.php
<?php
if($_SERVER['REQUEST_METHOD'] == 'POST'){
mail($_POST['email'], $_POST['title'], $_POST['msg']);
}
?>


as easy as that xD
 
Last edited:

Jay

regret nothing
Premium
Feedback score
13
Posts
532
Reactions
211
Resources
0
Or you can just do a mailto:email link? ^ that can be spammed.
 

Lehend

A pirate's life for me
Premium
Feedback score
14
Posts
353
Reactions
37
Resources
0
you can fix the $_POST['email'] to the webmaster@email and create some cooldown using ip or session... I dont like mailto cause people may want to send the message with just one click they may not want to open outlook or gmail web page but yeah you could use mailto xD[DOUBLEPOST=1493693626][/DOUBLEPOST]I actually prefer to use mysql to do that kind of stuff and have all set it up on the webpage but that will be not as easy to explain xD
 
Last edited:

Azure Development

Banned
Feedback score
2
Posts
22
Reactions
6
Resources
0
to send emails if you can use php on your server you can do this
<?php
mail("[email protected]", "Title of the email", "The message goes in here.....");
?>

example:

index.html or index.php
<form method="post" action="sendmail.php">
<input type="text" name="email">
<input type="text" name="title">
<input type="text" name="msg">
</form>


sendmail.php
<?php
if($_SERVER['REQUEST_METHOD'] == 'POST'){
mail($_POST['email'], $_POST['title'], $_POST['msg']);
}
?>


as easy as that xD
Thanks man.
 
Banned forever. Reason: Creating Multiple Accounts (_8bit, https://builtbybit.com/members/_8bit.38868/)

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0
You're not allowed to use reputation as a currency. Reported.
I don't think I'll ever understand why people like this waste their time reporting things as petty as this. Just send him a polite PM if it bothers you that much.

I believe Azure Development is a reputable person, and should not be torn apart like this about small things.
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
I don't think I'll ever understand why people like this waste their time reporting things as petty as this. Just send him a polite PM if it bothers you that much.

I believe Azure Development is a reputable person, and should not be torn apart like this about small things.
Because it's gaining reputation through disallowed means which affects the rest of the community. If rep is used as a currency, then people can more easily appear as trustworthy, helping them with a scam.

I reported this to resolve that. I then said that I reported it, and why, just so that others can learn that rule.

It's quite simple.
 

Azure Development

Banned
Feedback score
2
Posts
22
Reactions
6
Resources
0
You're not allowed to use reputation as a currency. Reported.
How can I gain reputation then? If you think that it meant to leave an actual positive reputation then you are wrong, it just means that they leave a simple vouch. I don't see the problem there.
 
Banned forever. Reason: Creating Multiple Accounts (_8bit, https://builtbybit.com/members/_8bit.38868/)

Dhruv Gramopadhye

Premium
Feedback score
4
Posts
221
Reactions
54
Resources
0
to send emails if you can use php on your server you can do this
<?php
mail("[email protected]", "Title of the email", "The message goes in here.....");
?>

example:

index.html or index.php
<form method="post" action="sendmail.php">
<input type="text" name="email">
<input type="text" name="title">
<input type="text" name="msg">
</form>


sendmail.php
<?php
if($_SERVER['REQUEST_METHOD'] == 'POST'){
mail($_POST['email'], $_POST['title'], $_POST['msg']);
}
?>


as easy as that xD
Remember to use a captcha, or someone can use your webserver as a mass-mailer and can get you blocked. Also, sanitize input as email can accept links and images, so you can imagine how that can be abused.[DOUBLEPOST=1493839539][/DOUBLEPOST]Also, people can add commas or whatever the syntax is to send a ton of people emails if you're accepting get/post into the 1st param
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
How can I gain reputation then? If you think that it meant to leave an actual positive reputation then you are wrong, it just means that they leave a simple vouch. I don't see the problem there.
You get reputation from doing deals with actual money. You can't tell someone to give you either positive or negative, either.
 
Status
This thread has been locked.
Top