-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathremoved_box.txt
More file actions
97 lines (59 loc) · 2.02 KB
/
removed_box.txt
File metadata and controls
97 lines (59 loc) · 2.02 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
92
93
94
95
96
97
# Highlighted text box (subtle dark overlay)
st.markdown("""
<div style="
display:inline-block;
background-color: rgba(0,0,0,0.55);
padding: 20px 28px;
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
max-width: 850px;
margin:auto;">
<p style="color:white; font-size:20px; line-height:1.5;">
I specialize in transforming data into intelligent and interactive solutions through advanced Python development,
machine learning, and computer vision. With hands-on experience in Pandas, NumPy, Matplotlib, Seaborn, scikit-learn,
OpenCV, and Streamlit, I engineer predictive systems and automation tools that solve practical problems,
improve efficiency, and drive measurable outcomes in real-world environments.
</p>
</div>
""", unsafe_allow_html=True)
st.markdown("""</div></div>""", unsafe_allow_html=True)
with col5:
HIRE_ME_LINK = "https://yuvrajfreelance.streamlit.app/" # ← UPDATE THIS
st.markdown(f"""
<a href="{HIRE_ME_LINK}" target="_blank" style="text-decoration: none;">
<button class="glow-btn">
🤝 Let’s Work Together
</button>
</a>
""", unsafe_allow_html=True)
with col4:
st.markdown("""
<a href="https://drive.google.com/file/d/1JorG46WFLgAKYMA0AEmMV6KLjD_CRqIw/view?usp=sharing"
target="_blank" style="text-decoration: none;">
<button class="glow-btn">
📄 View Resume
</button>
</a>
""", unsafe_allow_html=True)
st.markdown("""
<div style="
margin-top:30px;
background: rgba(0,0,0,0.6);
padding:20px;
border-radius:16px;
box-shadow: 0 0 25px rgba(0,0,0,0.4);
max-width:900px;
margin-left:auto;
margin-right:auto;
">
<h3 style="color:white; text-align:center; margin-bottom:15px;">
A Demo Video On If , Elif , ELse Statement In Python
</h3>
<iframe
src="https://drive.google.com/file/d/1278WxSfw4kW1f18oFMZAbMtlwXEAUKbF/preview"
width="100%"
height="420"
allow="autoplay">
</iframe>
</div>
""", unsafe_allow_html=True)