-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.html
More file actions
91 lines (63 loc) · 3.89 KB
/
Home.html
File metadata and controls
91 lines (63 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/Round shape.png">
<title>Sifat Mahmud</title>
<link rel="stylesheet" href="sifat.css">
<!--Font code-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap" rel="stylesheet">
<!--css LINK-->
<link rel="stylesheet" href="Home.css">
<!--Page link-->
<link>
</head>
<body>
<header>
<!--Logo-->
<img src="images/Round Shape spliting.gif" width="80" height="80">
<h1 title="This is sifat mahmud">Sifat</h1>
<nav>
<ul>
<!--Pages-->
<h1><a href="Home.html">Home</a></h1>
<h1><a href="About.html">About</a></h1>
<h1><a href="Skills and Achievements.html">Skills and Achieement</a></h1>
<h1><a href="Academic Information.html">Academic Information</a></h1>
<h1><a href="Carrier Information.html">Carrier Information</a></h1>
</ul>
</nav>
</header>
<!--Backgroung Image-->
<img src="images/Front.jpg" width="1000" height="500"alt="Sifat Mahmud">
<section>
<div>
<h2 style="color: blue;">Daffodil International University</h2>
<pre style="font-family:'Playwrite GB S' ; color: rgb(10, 206, 255);">
<b>Hi , This is Sifat Mahmud.</b>
<b>I</b> am a <strong>student</strong> of Computer Science and Engineering at <small>Daffodil International University</small>,
with a deep interest in <mark>Machine Learning</mark> and its applications in solving real-world problems.
This site serves as a showcase of my academic journey, the projects I have completed, and my career aspirations.
</pre>
<blockquote style="font-family: 'Playwrite GB S'; font-size: medium;">
As a computer science student, essential skills include strong problem-solving abilities, proficiency in programming languages like Python, Java, C, and knowledge of data structures and algorithms. Familiarity with software development tools such as Git, along with version control practices, is key. Understanding operating systems, databases, and networking concepts enhances your technical foundation. Additionally, developing good communication and teamwork skills is crucial for collaborating on projects and explaining technical concepts clearly.
</blockquote>
<q> "I'm Sifat Mahmud, and I'm seeking a position as an engineer. I have extensive experience in python programming and machine learning engineering.</q>
</div>
</section>
<div>
<h1>Experienced Machine Learning Engineer</h1>
<p>with a strong background in data science and programming. Skilled in developing and implementing machine learning models for various applications. Passionate about staying up-to-date with the latest advancements in AI and contributing to innovative projects.</p>
<a href="#">Read More</a>
</div>
</body>
<footer>
<h3>Contract:</h3>
<p>Email:<a href="mailto:mahmud15-6248@s.diu.edu.bd">mahmud15-6248@s.diu.edu.bd</a></p>
<p>Linkedin:<a href="https://www.linkedin.com/in/mdsifatmahmud2002/">mdsifatmahmud2002/</a></i></p>
<address>
Dhaka Housing,North Adabor,Mohammadpur Dhaka Bangladesh
</address>
</footer>
</html>