|
8 | 8 | <link href="style.css" rel="stylesheet"> |
9 | 9 | <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" |
10 | 10 | rel="stylesheet"> |
11 | | - <link rel="shortcut icon" href="images/logo.png" type=""> |
| 11 | + <link rel="shortcut icon" href="images/logo.png" type=""> |
12 | 12 | <script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js" defer></script> |
13 | 13 | <script src="script.js" defer></script> |
14 | 14 | </head> |
15 | 15 |
|
16 | 16 | <body> |
17 | 17 |
|
18 | | - <header> |
| 18 | + <header class="reveal"> |
19 | 19 | <nav> |
20 | 20 | <div class="left">Abdullah's Portfolio</div> |
21 | 21 | <ul> |
|
28 | 28 | </nav> |
29 | 29 | </header> |
30 | 30 |
|
31 | | - <div class="theme-buttons"> |
| 31 | + <div class="theme-buttons reveal"> |
32 | 32 | <button id="darkBtn">🌙 Dark</button> |
33 | 33 | <button id="lightBtn">☀️ Light</button> |
34 | | - |
35 | 34 | </div> |
36 | 35 |
|
37 | | - <section id="home" class="firstSection"> |
| 36 | + <section id="home" class="firstSection reveal"> |
38 | 37 | <div class="leftSection"> |
39 | 38 | Hi, My name is <span>Abdullah</span> |
40 | 39 | <div>and I am a passionate</div> |
41 | 40 | <span id="element"></span> |
42 | 41 | </div> |
43 | 42 | <div class="rightSection"> |
44 | | - <img src="images/ProfilePicture.png.jfif" class="profile-img"> |
| 43 | + <img src="images/ProfilePicture.png.jfif" class="profile-img reveal"> |
45 | 44 | </div> |
46 | 45 | </section> |
47 | 46 |
|
48 | | - <hr> |
| 47 | + <hr class="reveal"> |
49 | 48 |
|
50 | | - <section id="about"> |
| 49 | + <section id="about" class="reveal"> |
51 | 50 | <h1>About Me</h1> |
52 | 51 | <p style="text-align:center; margin-top:20px; line-height:1.8; color:inherit;"> |
53 | 52 | Hello! 👋 I am <strong>Abdullah</strong>, a passionate <span style="color:#38bdf8;">Web Developer</span> and |
54 | 53 | <span style="color:#38bdf8;">UI/UX Designer</span> dedicated to crafting modern, interactive, and |
55 | 54 | user-friendly websites. |
56 | 55 | <br><br> |
57 | 56 | I specialize in <strong>HTML, CSS, JavaScript</strong>, and modern frameworks like |
58 | | - <strong>React.js</strong>. I also have experience in <strong>Node.js</strong> for backend development, and I |
59 | | - love turning ideas into fully functional, responsive applications. 🌐💻 |
| 57 | + <strong>React.js</strong>. I also have experience in <strong>Node.js</strong> for backend development. |
60 | 58 | <br><br> |
61 | 59 | Beyond coding, I enjoy <strong>designing intuitive interfaces</strong> with tools like |
62 | | - <strong>Figma</strong> and <strong>Adobe XD</strong>, and creating visually appealing graphics using |
63 | | - <strong>Photoshop</strong> and <strong>Illustrator</strong>. 🎨✨ |
64 | | - <br><br> |
65 | | - When I am not building websites, I explore <strong>video editing</strong> and <strong>digital |
66 | | - creativity</strong> to enhance my projects and bring extra value to clients. 🚀 |
67 | | - <br><br> |
68 | | - I am passionate about continuous learning and always excited to work on projects that challenge me and push |
69 | | - my creativity to the next level. |
| 60 | + <strong>Figma</strong> and <strong>Adobe XD</strong>. 🎨✨ |
70 | 61 | </p> |
71 | 62 | </section> |
72 | 63 |
|
73 | | - <hr> |
| 64 | + <hr class="reveal"> |
74 | 65 |
|
75 | | - <section id="skills"> |
| 66 | + <section id="skills" class="reveal"> |
76 | 67 | <h1>Skills & Technologies</h1> |
77 | 68 | <div class="skills"> |
78 | | - <div class="skillBox">🌐 HTML5</div> |
79 | | - <div class="skillBox">🎨 CSS3</div> |
80 | | - <div class="skillBox">⚡ JavaScript (ES6+)</div> |
81 | | - <div class="skillBox">📱 Responsive Design</div> |
82 | | - <div class="skillBox">🧩 Flexbox & Grid</div> |
83 | | - <div class="skillBox">🖌️ UI / UX Design</div> |
84 | | - <div class="skillBox">🔧 Git & GitHub</div> |
85 | | - <div class="skillBox">🚀 Bootstrap / Tailwind CSS</div> |
86 | | - <div class="skillBox">⚛️ React.js</div> |
87 | | - <div class="skillBox">🛠️ Node.js / Express.js</div> |
88 | | - <div class="skillBox">🗄️ Database Basics</div> |
89 | | - <div class="skillBox">📐 Figma / Adobe XD</div> |
90 | | - <div class="skillBox">🖼️ Photoshop / Illustrator</div> |
91 | | - <div class="skillBox">🎬 Video Editing</div> |
92 | | - <div class="skillBox">📊 MS Office Expertise</div> |
93 | | - |
| 69 | + <div class="skillBox reveal">🌐 HTML5</div> |
| 70 | + <div class="skillBox reveal">🎨 CSS3</div> |
| 71 | + <div class="skillBox reveal">⚡ JavaScript (ES6+)</div> |
| 72 | + <div class="skillBox reveal">📱 Responsive Design</div> |
| 73 | + <div class="skillBox reveal">🧩 Flexbox & Grid</div> |
| 74 | + <div class="skillBox reveal">🖌️ UI / UX Design</div> |
| 75 | + <div class="skillBox reveal">🔧 Git & GitHub</div> |
| 76 | + <div class="skillBox reveal">🚀 Bootstrap / Tailwind CSS</div> |
| 77 | + <div class="skillBox reveal">⚛️ React.js</div> |
| 78 | + <div class="skillBox reveal">🛠️ Node.js / Express.js</div> |
| 79 | + <div class="skillBox reveal">🗄️ Database Basics</div> |
| 80 | + <div class="skillBox reveal">📐 Figma / Adobe XD</div> |
| 81 | + <div class="skillBox reveal">🖼️ Photoshop / Illustrator</div> |
| 82 | + <div class="skillBox reveal">🎬 Video Editing</div> |
| 83 | + <div class="skillBox reveal">📊 MS Office Expertise</div> |
94 | 84 | </div> |
95 | 85 | </section> |
96 | 86 |
|
97 | | - <hr> |
| 87 | + <hr class="reveal"> |
98 | 88 |
|
99 | | - <section id="projects"> |
| 89 | + <section id="projects" class="reveal"> |
100 | 90 | <h1>Projects</h1> |
101 | 91 | <p>Here Is Recent Projects 🚀</p> |
102 | 92 | <div class="projects"> |
103 | 93 | <a href="https://codewithabdullah-007.github.io/HTML_-_CSS_-_JAVASCRIPT_DICE_ROLL_GAME/" target="_blank" |
104 | | - class="projectCard"> |
105 | | - 🎲 Dice Roll Game |
106 | | - </a> |
| 94 | + class="projectCard reveal">🎲 Dice Roll Game</a> |
107 | 95 | <a href="https://codewithabdullah-007.github.io/JAVASCRIPT_SMIT_-18-_TODO_LIST_CREATE/" target="_blank" |
108 | | - class="projectCard"> |
109 | | - 📝 Todo App |
110 | | - </a> |
| 96 | + class="projectCard reveal">📝 Todo App</a> |
111 | 97 | <a href="https://codewithabdullah-007.github.io/JAVASCRIPT_STOP_WATCH_SMIT_BATCH_-18-/" target="_blank" |
112 | | - class="projectCard"> |
113 | | - ⏱️ Stopwatch |
114 | | - </a> |
| 98 | + class="projectCard reveal">⏱️ Stopwatch</a> |
115 | 99 | <a href="https://codewithabdullah-007.github.io/JAVASCRIPT_SMIT_BATCH_-18-_ASSIGNMENT_5_AGE_CALCULATOR/" |
116 | | - target="_blank" class="projectCard"> |
117 | | - 📅 Age Calculator |
118 | | - </a> |
119 | | - <a href="https://codewithabdullah-007.github.io/Assignment_31/" target="_blank" class="projectCard"> |
120 | | - 🏨 Roberto Website |
121 | | - </a> |
122 | | - <a href="https://codewithabdullah-007.github.io/Assignment_30/" target="_blank" class="projectCard"> |
123 | | - 🐾 PetVet Website |
124 | | - </a> |
125 | | - <a href="https://codewithabdullah-007.github.io/Assignment_29/" target="_blank" class="projectCard"> |
126 | | - 🏢 Lendo Website |
127 | | - </a> |
128 | | - <a href="https://codewithabdullah-007.github.io/Assignment_28/" target="_blank" class="projectCard"> |
129 | | - 🦷 Dentist Website |
130 | | - </a> |
131 | | - <a href="https://codewithabdullah-007.github.io/Assignment_27/" target="_blank" class="projectCard"> |
132 | | - 🚗 Car Rentals Website |
133 | | - </a> |
134 | | - <a href="https://codewithabdullah-007.github.io/Assignment_26/" target="_blank" class="projectCard"> |
135 | | - 🍔 Yummy Website |
136 | | - </a> |
137 | | - <a href="https://codewithabdullah-007.github.io/Assignment_25/" target="_blank" class="projectCard"> |
138 | | - 🧱 Props Website |
139 | | - </a> |
140 | | - <a href="https://codewithabdullah-007.github.io/Assignment_24/" target="_blank" class="projectCard"> |
141 | | - 🚀 Startup Website |
142 | | - </a> |
| 100 | + target="_blank" class="projectCard reveal">📅 Age Calculator</a> |
| 101 | + <a href="https://codewithabdullah-007.github.io/Assignment_31/" target="_blank" class="projectCard reveal">🏨 Roberto Website</a> |
| 102 | + <a href="https://codewithabdullah-007.github.io/Assignment_30/" target="_blank" class="projectCard reveal">🐾 PetVet Website</a> |
143 | 103 | </div> |
144 | 104 | </section> |
145 | 105 |
|
146 | | - <hr> |
| 106 | + <hr class="reveal"> |
147 | 107 |
|
148 | | - <section class="contact-cta"> |
| 108 | + <section class="contact-cta reveal"> |
149 | 109 | <div class="cta-container"> |
150 | 110 | <h2>🚀 Let’s Build Something Amazing Together!</h2> |
151 | 111 | <p>Have an idea, project, or just want to connect? Reach out below.</p> |
152 | 112 | <a href="#contactForm" class="cta-btn">Contact Me Now</a> |
153 | 113 | </div> |
154 | 114 | </section> |
155 | 115 |
|
156 | | - <hr> |
157 | | - |
158 | | - <section class="contact-section" id="contactForm"> |
159 | | - <div class="contact-container"> |
| 116 | + <hr class="reveal"> |
160 | 117 |
|
| 118 | + <section class="contact-section reveal" id="contactForm"> |
| 119 | + <div class="contact-container reveal"> |
161 | 120 | <div class="contact-info"> |
162 | 121 | <h2>💬 Get in Touch</h2> |
163 | 122 | <p>Send me a message and I’ll get back to you as soon as possible.</p> |
164 | | - |
165 | 123 | <div class="contact-details"> |
166 | 124 | <span>📧 abdullah.dev@gmail.com</span> |
167 | 125 | <span>🌍 Remote / Pakistan</span> |
168 | 126 | <span>⏱ Reply within 24 hours</span> |
169 | 127 | </div> |
170 | 128 | </div> |
171 | 129 |
|
172 | | - <form class="contact-form"> |
| 130 | + <form class="contact-form reveal"> |
173 | 131 | <input type="text" placeholder="Your Name"> |
174 | 132 | <input type="email" placeholder="Your Email"> |
175 | 133 | <textarea placeholder="Your Message"></textarea> |
176 | 134 | <button type="submit">Send Message 🚀</button> |
177 | 135 | </form> |
178 | | - |
179 | 136 | </div> |
180 | 137 | </section> |
181 | 138 |
|
182 | | - </section> |
183 | | - |
184 | 139 | </body> |
185 | 140 |
|
186 | 141 | </html> |
0 commit comments