Alihamas212 commited on
Commit
dcd4b8d
Β·
verified Β·
1 Parent(s): fd3daea

conect my github with website https://github.com/Ali-Hamas and add linkedin on my website www.linkedin.com/in/alihamas

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +151 -19
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Python Automation Maestro
3
- emoji: πŸŒ–
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Python Automation Maestro 🐍
3
+ colorFrom: green
4
+ colorTo: yellow
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://huggingface.co/deepsite).
index.html CHANGED
@@ -1,19 +1,151 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Kamran Haider | Python Developer</title>
7
+ <link rel="stylesheet" href="style.css">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ </head>
12
+ <body class="bg-gray-50 text-gray-800 font-sans">
13
+ <custom-navbar></custom-navbar>
14
+
15
+ <main class="container mx-auto px-4 py-12 max-w-6xl">
16
+ <!-- Hero Section -->
17
+ <section class="flex flex-col md:flex-row items-center gap-12 mb-20">
18
+ <div class="md:w-1/2">
19
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Kamran Haider</h1>
20
+ <h2 class="text-2xl md:text-3xl text-indigo-600 font-semibold mb-6">Python Developer & AI Automation Specialist</h2>
21
+ <p class="text-lg mb-8 text-gray-600">Building intelligent systems and workflow automations with Python, N8N, and Make.com.</p>
22
+ <div class="flex gap-4">
23
+ <a href="#contact" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-medium transition">Contact Me</a>
24
+ <a href="#projects" class="border border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-6 py-3 rounded-lg font-medium transition">View Projects</a>
25
+ </div>
26
+ <div class="flex gap-4 mt-4">
27
+ <a href="https://github.com/Ali-Hamas" target="_blank" class="flex items-center gap-2 text-gray-700 hover:text-indigo-600">
28
+ <i data-feather="github" class="w-6 h-6"></i> GitHub
29
+ </a>
30
+ <a href="https://www.linkedin.com/in/alihamas" target="_blank" class="flex items-center gap-2 text-gray-700 hover:text-indigo-600">
31
+ <i data-feather="linkedin" class="w-6 h-6"></i> LinkedIn
32
+ </a>
33
+ </div>
34
+ </div>
35
+ <div class="md:w-1/2">
36
+ <img src="http://static.photos/technology/640x360/42" alt="Kamran Haider" class="rounded-xl shadow-xl">
37
+ </div>
38
+ </section>
39
+
40
+ <!-- About Section -->
41
+ <section id="about" class="mb-20">
42
+ <h2 class="text-3xl font-bold mb-8 text-center">About Me</h2>
43
+ <div class="bg-white p-8 rounded-xl shadow-md">
44
+ <p class="text-lg mb-6">Motivated and detail-oriented Python Developer with strong expertise in automation tools, AI integration, and backend scripting. Passionate about building intelligent systems and workflow automations.</p>
45
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
46
+ <div>
47
+ <h3 class="text-xl font-semibold mb-4 text-indigo-600">Education</h3>
48
+ <div class="flex items-start gap-4 mb-6">
49
+ <i data-feather="book" class="text-indigo-500 mt-1"></i>
50
+ <div>
51
+ <h4 class="font-medium">Bachelor's in Computer Science</h4>
52
+ <p class="text-gray-600">Virtual University of Pakistan (Sep 2015 – Sep 2017)</p>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ <div>
57
+ <h3 class="text-xl font-semibold mb-4 text-indigo-600">Languages</h3>
58
+ <div class="flex items-start gap-4 mb-6">
59
+ <i data-feather="globe" class="text-indigo-500 mt-1"></i>
60
+ <div>
61
+ <h4 class="font-medium">English β€” Fluent</h4>
62
+ <h4 class="font-medium">Urdu β€” Native</h4>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ </section>
69
+
70
+ <!-- Experience Section -->
71
+ <section id="experience" class="mb-20">
72
+ <h2 class="text-3xl font-bold mb-8 text-center">Professional Experience</h2>
73
+ <div class="bg-white p-8 rounded-xl shadow-md">
74
+ <div class="border-l-4 border-indigo-500 pl-6 mb-8">
75
+ <h3 class="text-2xl font-semibold">Python Developer</h3>
76
+ <p class="text-gray-600 mb-2">Arfa Academy (Sep 2022 – Sep 2023)</p>
77
+ <ul class="list-disc pl-5 space-y-2">
78
+ <li>Developed and maintained Python-based automation scripts for internal projects</li>
79
+ <li>Integrated APIs and workflow automation tools such as N8N and Make.com</li>
80
+ <li>Collaborated with AI modules to implement Agentic AI features</li>
81
+ <li>Debugged, optimized, and deployed scripts in production environments</li>
82
+ </ul>
83
+ </div>
84
+ </div>
85
+ </section>
86
+
87
+ <!-- Skills Section -->
88
+ <section id="skills" class="mb-20">
89
+ <h2 class="text-3xl font-bold mb-8 text-center">Technical Skills</h2>
90
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
91
+ <div class="bg-white p-6 rounded-xl shadow-md">
92
+ <i data-feather="code" class="text-indigo-500 w-8 h-8 mb-4"></i>
93
+ <h3 class="text-xl font-semibold mb-3">Programming</h3>
94
+ <ul class="space-y-2">
95
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Python</li>
96
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> API Integration</li>
97
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Automation</li>
98
+ </ul>
99
+ </div>
100
+ <div class="bg-white p-6 rounded-xl shadow-md">
101
+ <i data-feather="tool" class="text-indigo-500 w-8 h-8 mb-4"></i>
102
+ <h3 class="text-xl font-semibold mb-3">Tools</h3>
103
+ <ul class="space-y-2">
104
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> N8N</li>
105
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Make.com</li>
106
+ </ul>
107
+ </div>
108
+ <div class="bg-white p-6 rounded-xl shadow-md">
109
+ <i data-feather="cpu" class="text-indigo-500 w-8 h-8 mb-4"></i>
110
+ <h3 class="text-xl font-semibold mb-3">AI Expertise</h3>
111
+ <ul class="space-y-2">
112
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Agentic AI</li>
113
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Machine Learning</li>
114
+ </ul>
115
+ </div>
116
+ <div class="bg-white p-6 rounded-xl shadow-md">
117
+ <i data-feather="award" class="text-indigo-500 w-8 h-8 mb-4"></i>
118
+ <h3 class="text-xl font-semibold mb-3">Other Skills</h3>
119
+ <ul class="space-y-2">
120
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Problem Solving</li>
121
+ <li class="flex items-center gap-2"><span class="w-2 h-2 bg-indigo-500 rounded-full"></span> Workflow Design</li>
122
+ </ul>
123
+ </div>
124
+ </div>
125
+ </section>
126
+
127
+ <!-- Projects Section -->
128
+ <section id="projects" class="mb-20">
129
+ <h2 class="text-3xl font-bold mb-8 text-center">Projects</h2>
130
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
131
+ <div class="bg-white p-6 rounded-xl shadow-md">
132
+ <div class="flex items-center gap-4 mb-4">
133
+ <div class="bg-indigo-100 p-3 rounded-lg">
134
+ <i data-feather="git-branch" class="text-indigo-600 w-6 h-6"></i>
135
+ </div>
136
+ <h3 class="text-xl font-semibold">GitHub Portfolio</h3>
137
+ </div>
138
+ <p class="text-gray-600 mb-4">Collection of my open-source projects and contributions</p>
139
+ <a href="https://github.com/Ali-Hamas" target="_blank" class="text-indigo-600 hover:text-indigo-800 font-medium flex items-center gap-2">
140
+ View My GitHub Projects <i data-feather="external-link" class="w-4 h-4"></i>
141
+ </a>
142
+ </div>
143
+ <div class="bg-white p-6 rounded-xl shadow-md">
144
+ <div class="flex items-center gap-4 mb-4">
145
+ <div class="bg-indigo-100 p-3 rounded-lg">
146
+ <i data-feather="cpu" class="text-indigo-600 w-6 h-6"></i>
147
+ </div>
148
+ <h3 class="text-xl font-semibold">AI
149
+ <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
150
+ </body>
151
+ </html>