This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AJ Javadi - Full Stack Developer & Technical Consultant</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .gradient-text { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <header> | |
| <nav> | |
| <a href="#hero">Home</a> | |
| <a href="#benefits">Features</a> | |
| <a href="#how-it-works">How It Works</a> | |
| <a href="#pricing">Pricing</a> | |
| <a href="#faq">FAQ</a> | |
| <a href="#cta" class="btn-primary" style="padding:0.3rem 0.6rem; font-weight:normal;">Try Now</a> | |
| </nav> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // TODO: - set constants, create backend initiatization / startup stcript | |
| //TODO - test database connection, | |
| //TODO: - handle user auth and authorization (some routes locked off base on role) | |
| // TODO - PHP sessions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: R Debug | |
| Description: Set of dump helpers for debug. | |
| Author: Andrey "Rarst" Savchenko | |
| Author URI: https://www.rarst.net/ | |
| License: MIT | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class ProjectGenerator | |
| { | |
| private array $files = []; | |
| private array $directories = []; | |
| public function __construct() | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>OJ Group Personality Test</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>TechScape Solutions</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <style> | |
| .cityscape { | |
| background: radial-gradient(closest-corner circle at 15% 15%, | |
| #ffcf33, | |
| #ffcf33 20%, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EDITION | YEAR | LOCATION | WINNER | TEAMS | MATCHES | GOALS | AVERAGE_GOALS | AVERAGE_ATTENDANCE | |
|---|---|---|---|---|---|---|---|---|---|
| 2014 FIFA World Cup Brazil ™ | 2014 | Brazil | Germany | 32 | 64 | 171 | 2.7 | 52918 | |
| 2010 FIFA World Cup South Africa ™ | 2010 | South Africa | Spain | 32 | 64 | 145 | 2.3 | 49669 | |
| 2006 FIFA World Cup Germany ™ | 2006 | Germany | Italy | 32 | 64 | 147 | 2.3 | 52491 | |
| 2002 FIFA World Cup Korea/Japan ™ | 2002 | Korea/Japan | Brazil | 32 | 64 | 161 | 2.5 | 42268 | |
| 1998 FIFA World Cup France ™ | 1998 | France | France | 32 | 64 | 171 | 2.7 | 43517 | |
| 1994 FIFA World Cup USA ™ | 1994 | USA | Brazil | 24 | 52 | 141 | 2.7 | 68991 | |
| 1990 FIFA World Cup Italy ™ | 1990 | Italy | Germany | 24 | 52 | 115 | 2.2 | 48388 | |
| 1986 FIFA World Cup Mexico ™ | 1986 | Mexico | Argentina | 24 | 52 | 132 | 2.5 | 46039 | |
| 1982 FIFA World Cup Spain ™ | 1982 | Spain | Italy | 24 | 52 | 146 | 2.8 | 40571 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Modern Page Layout</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| </head> |
NewerOlder