├── pic.jpg ├── script.js ├── contact.html ├── skills.html ├── projects.html ├── about.css ├── index.html ├── new ├── ind.html └── styles.css ├── styles.css └── about.html /pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingculprit/Portfolio/HEAD/pic.jpg -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- 1 | document.addEventListener("DOMContentLoaded", function() { 2 | const texts = [ 3 | "Entrepreneur", 4 | "Computer Programmer", 5 | "CEO of Cyrus Byte", 6 | "Ethical Hacker", 7 | ]; 8 | let textIndex = 0; 9 | const container = document.querySelector(".slideshow"); // Updated to use the class selector 10 | 11 | function showText() { 12 | container.innerHTML = texts.map(text => `
`).join(''); 13 | const slides = container.querySelectorAll('.slideshow-text'); 14 | slides.forEach((slide, index) => { 15 | slide.style.animation = `slideshow 8s infinite ${index * 2}s`; 16 | }); 17 | } 18 | 19 | showText(); 20 | }); -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |You can reach me via the following methods:
42 |Email: suryan2021ai@gmail.com
43 |Phone: +1234567890
44 |Here are some of the skills I have acquired over the years:
45 |Here are some of the projects I have worked on:
46 |
49 | Description of Project 1
51 |
54 | Description of Project 2
56 |
59 | Description of Project 3
61 |Started coding at the age of 16, I got a keen interest towards Cyber Security, 58 | and helped many with recovering their hacked social media accounts, 59 | and interest with hardware and I took the road of Entrepreneurship 60 | and progressively worked with many students for making projects for them. 61 | You can contact me for a coffee or to get your idea into code 62 | or to consult for your software, security or hardware needs.
63 |
80 |
68 |
74 |
80 | Started coding at the age of 16, I got a keen interest towards Cyber Security, 92 | and helped many with recovering their hacked social media accounts, 93 | and interest with hardware and I took the road of Entrepreneurship 94 | and progressively worked with many students for making projects for them. 95 | You can contact me for a coffee or to get your idea into code 96 | or to consult for your software, security or hardware needs.
97 |With 2 years of experience, I can design tools and apps for your needs that can get your business or idea up and running.
54 | 55 |I have reached an impasse, and I cannot go up further without taking my community up to my level. So I am teaching all that I know from time to time.
59 | 60 |There is no one thing. I hustle a lot to explore opportunities and learn various domains of science, technology, and engineering to apply them in my work.
66 | 67 |I can design websites and apps for your needs that can get your business or idea up and running.
71 | 72 |MKCE (currently pursuing)
170 |BTech Artificial Intelligence
171 |Bharani Park Matriculation School
175 |Passed with 90%
176 |CEO of Cyrus Byte
187 |This was my services startup, where I was able to network, acquire experience and earn knowledge. This company set the start of my professional career. I dealt with various web development and software development technologies.
188 |Freelancer
192 |Freelancing is one of the best ways to acquire amazing knowledge and experience from the designers, developers and hustlers all over the world, from sitting in my home. I always freelance when I feel I reached an impasse, to get myself moving.
193 |