Skip to content

Commit b634a6b

Browse files
Update GitHub_Portfolio.html
1 parent bbdb2d2 commit b634a6b

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

GitHub_Portfolio.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,30 @@ <h1>Hariprashad Ravikumar</h1>
120120

121121

122122
<main>
123-
123+
<h2>GitHub Stats</h2>
124+
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 2rem;">
125+
<img src="https://github-readme-stats.vercel.app/api?username=Hariprashad-Ravikumar&show_icons=true&theme=default" alt="GitHub Stats" style="max-width: 100%; height: auto;" />
126+
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=Hariprashad-Ravikumar&layout=compact&hide=cmake,makefile&theme=default" alt="Top Languages" style="max-width: 100%; height: auto;" />
127+
</div>
128+
129+
<h3>Contribution Activity</h3>
130+
<div style="display: flex; justify-content: center; margin-bottom: 2rem;">
131+
<img src="https://github-contribution-grid.vercel.app/api?username=Hariprashad-Ravikumar" alt="GitHub Contribution Graph" style="max-width: 100%; height: auto;" />
132+
</div>
133+
134+
<h2>Projects</h2>
135+
136+
<div style="margin-bottom: 2rem;">
137+
<h3>Z₂ Lattice Gauge Theory – Monte Carlo Simulation</h3>
138+
<p class="a">
139+
A Python-based simulation of 2D \( \mathbb{Z}_2 \) lattice gauge theory using the Metropolis algorithm. This project benchmarks Wilson loop observables analytically and numerically, with clear phase behavior captured.
140+
<br><br>
141+
<strong>Keywords:</strong> Monte Carlo, Metropolis algorithm, Python, Gauge Theory, Statistical Physics
142+
<br>
143+
<a href="https://github.com/Hariprashad-Ravikumar/Z2_Lattice_Gauge_Theory_MonteCarlo" target="_blank">View on GitHub</a>
144+
</p>
145+
</div>
146+
124147
</main>
125148

126149

0 commit comments

Comments
 (0)